Loading page…
Small, fast memory inside the CPU that stores copies of recently accessed data from main memory.
Modern CPUs have L1 (split instruction/data), L2, and L3 caches. L1 is typically 32-64KB per core, L3 can be tens of MBs shared. Cache misses are the dominant cost in most programs.