lru-cache topic
optimalwebcaching
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
webcachesim
A C++11 simulator for a variety of CDN caching policies.
lruc
Modern, fast and lightweight C++11 LRU in-memory cache implementation
Algorithm-Implementation
This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.
memo-async-lru
Memoize Node.js style callback-last functions, using an in-memory LRU store
gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
GoCache
A simplest Cache Server based on LRU implementation written in Go
disk-lru-cache
💾 Disk LRU cache with persisted journal
gtl
Greg's Template Library of useful classes.