Huge Pages
Everything on SkillVeris tagged Huge Pages — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Translation Lookaside Buffer (TLB)?
A Translation Lookaside Buffer, or TLB, is a small, fast hardware cache inside the CPU that stores recent virtual-to-physical address translations, so the MMU…
What are the Tradeoffs of Page Size?
Choosing a larger page size reduces page table size and TLB pressure and improves transfer efficiency for large sequential reads, while choosing a smaller page…