Translation Lookaside Buffer (TLB)
When copying data from one memory location to another, the performance can be reduced by 2/3.
Most programs tend to make a large number of references to a small number of pages.
The solution is to equip computers with a small hardware device for mapping virtual addresses to physical addresses without going through the page table.