A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
-
Updated
Jan 18, 2024 - C++
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
A threadsafe map-like container implementing a least-recently-used cache
"Implementation of Virtual Memory available in operating systems"
Page replacement algorithms for memory management in operating systems
LRU Stands for Least Recently Used and LRU Cache help identify the least recently used items in a System.
Add a description, image, and links to the least-recently-used topic page so that developers can more easily learn about it.
To associate your repository with the least-recently-used topic, visit your repo's landing page and select "manage topics."