Home

Caches

  • Caches are important to understand and it is important to know the memory hierarchy.
  • An example of the memory hierarchy.
    • Registers
    • L1 cache (SRAM)
    • L2 cache (SRAM)
    • L3 cache (SRAM)
    • Main memory (DRAM)
    • Local secondary storage. (Local disks)
    • Remote secondary storage. (Data retrieved from network on other disks)

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/computer-systems/a-programmers-perspective/1-A-Tour-Of-Computer-Systems/Caches

Sections


Related