lru-cache topic
async-lru
A simple async LRU cache supporting O(1) set, get and eviction of old keys
golib
Open version of common golang libraries useful to many projects.
LruClockCache
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.
MemoryCache
LRU, type-safe, thread-safe memory cache class in Swift
caches
C++ cache with LRU/LFU/FIFO policies implementation
olric
Distributed in-memory object store. It can be used as an embedded Go library and a language-independent service.
react-component-caching
Speedier server-side rendering with component caching in React 16