lfu-implementation
There are 5 repositories under lfu-implementation topic.
alxkm/cache
Simple cache implementation on java
NdoleStudio/lfu-cache
Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations
mdomans/lfu_vecs
LFU implemented in very basic (no interior mutability)
mtumilowicz/java12-fundamentals-cache-implementations-workshop
Simple implementations of LRU / LFU cache.