Computer Science - Computer Architecture - Memory hierarchy - Memory Hierarchy and Caching
4 sections. Section 1 'The Memory Problem': CPU is fast (billions of ops/sec). RAM is slow (100+ cycles per access). If CPU waited for RAM every time, 99% of time would be wasted! Solution: CACHE - keep frequently used data close to CPU. Section 2 'Cache Concepts': Temporal locality: recently used d