Cache Locality
The property that memory accesses reuse nearby or recently accessed data so processor caches and prefetch mechanisms can serve more requests efficiently.
Related Concepts
- Working Set
- Cache Coherence
- False Sharing
- Memory Bandwidth
The property that memory accesses reuse nearby or recently accessed data so processor caches and prefetch mechanisms can serve more requests efficiently.