Memory hierarchy: Difference between revisions

Content deleted Content added
tweak
Line 5:
The memory hierarchy in most computers is as follows:
 
* [[Processor register]]s – fastest possible access,ususally in(usually 1 CPU cycle. But), only hundreds of bytes in size
* 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 ==