Top 3 lfu open source projects

Gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
transitory
In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.
mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
1-3 of 3 lfu projects