lru topic
async-lru
A simple async LRU cache supporting O(1) set, get and eviction of old keys
cache-chunk-store
In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores
clru-rs
An LRU cache implementation with constant time operations and weighted semantic.
flutter_advanced_networkimage
flutter advanced network image provider
cachex
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
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.
caches
C++ cache with LRU/LFU/FIFO policies implementation