Skip to content
EECS 4340 Final Review

Temporal locality

Tag: temporal-locality

Aliases: temporal reuse

The empirical property that if a memory location was accessed recently, it is likely to be accessed again soon. Justifies cache replacement policies that retain recently-used lines (e.g., LRU).

Lecture references