Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Cache Locality
Cache locality
refers to the practice of organizing
data in memory
to minimize
cache misses
and improve performance by taking advantage of the
hierarchical nature of modern memory systems
. It exploits both
temporal locality
, where
recently accessed data
is likely to be accessed again soon, and
spatial locality
, where data located close to
recently accessed data
is likely to be accessed soon.
Relevant Degrees
Programming and Computer Programs 100%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3