About

A CPU-Cache is a special kind of cache, implemented on hardware, which is used by the CPU to reduce the time access to the main memory.

Since RAM access is much slower then the proccessing of a modern CPU, a CPU-Cache is a common solution to reduce the amount of accesses to RAM memory, by storing part of it in the CPU-Cache. The general assumption used for designing cache is the principle of locality - which means adjacent memory addresses are most likely to be used together, and if an address is used once - it is more likely to be used again soon.

For more information: wikipedia article on CPU-Cache

history|show excerpt|excerpt history