lfu topic
caches
C++ cache with LRU/LFU/FIFO policies implementation
gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
BitFaster.Caching
High performance, thread-safe in-memory caching primitives for .NET
libcache
A Lightweight in-memory key:value cache library for Go.
caches-rs
This is a Rust implementation for popular caches (support no_std).
clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.