Lukas' Notes

Cache Miss Penalty

May 01, 20261 min read

computer-architecture memory

Definition

Cache Miss Penalty

Cache miss penalty is the time needed to retrieve a block from a lower level of the memory hierarchy after a cache miss. This usually includes fetching the block from a lower level such as main memory and making it available to the processor.

A larger miss penalty increases the performance cost of each cache miss.


Graph View

Backlinks

  • 191.003 Computer Systems

Created with Quartz v4.4.0 © 2026

  • GitHub