Memory Hierarchy
Everything on SkillVeris tagged Memory Hierarchy — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What are Cache-Oblivious Algorithms?
A cache-oblivious algorithm is designed to use the memory hierarchy — CPU caches, RAM, and disk — efficiently without knowing any cache size or block size as a…
What is the Memory Hierarchy in a Computer System?
The memory hierarchy is a layered arrangement of storage technologies — registers, cache, main memory, and secondary storage — ordered by decreasing speed and…
What are Cache Memory Mapping Techniques?
Cache mapping techniques determine which cache line(s) a given main-memory block may be placed into, and the three classic strategies are direct mapping (each…
What is Associative Memory (Content-Addressable Memory)?
Associative memory, also called content-addressable memory (CAM), is memory that is searched by comparing a given value against all stored entries in parallel…