Concept
TLB (Translation Lookaside Buffer) 0
A Translation Lookaside Buffer (TLB) is a specialized cache used in computer architectures to reduce the time taken to access a user memory location. It stores recent translations of virtual memory to physical memory addresses, significantly speeding up memory access by avoiding the need for repeated page table lookups.
Relevant Degrees