Content deleted Content added
R. S. Shaw (talk | contribs) tweak |
|||
Line 5:
The memory hierarchy in most computers is as follows:
* [[Processor register]]s – fastest possible access
* Level 1 (L1) [[CPU cache|cache]] – often accessed in just a few cycles, usually tens of kilobytes
* Level 2 (L2) [[CPU cache|cache]] – higher latency than L1 by 2× to 10×, often 512KB or more
* Level 3 (L3) [[CPU cache|cache]] – (optional) higher latency than L2, often multiple MB's
* [[Primary storage|Main memory]] ([[DRAM]]) – may take hundreds of cycles, but can be multiple gigabytes
* [[Disk storage]] – hundreds of thousands of cycles latency, but very large
==Management ==
|