|
Is this for a school project or something? Cache memory is not really a "memory system" like SDRAM or RDRAM or Flash memory is, so direct comparisons aren't very useful. Also, not only does cache memory run at different speeds depending on the processor, but how it is accessed and used also depends on the processor.
According to data that I have read, certain Pentium 4 cores have a 256 bit-wide L2 cache, with reads occurring every clock. So a 2 GHz processor would theoretically have 2,000,000,000*256/8=64 GB/s bandwidth.
|