notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

TLB.md (188B)


      1 # TLB (Translation Lookaside Buffer)
      2 
      3 **Source:** CS 6200
      4 
      5 **Definition:** The TLB is a cache inside the CPU that speeds up memory accesses by storing virtual to physical memory mappings.