lfu topic

List lfu repositories

caches

318
Stars
72
Forks
Watchers

C++ cache with LRU/LFU/FIFO policies implementation

gcache

2.5k
Stars
266
Forks
Watchers

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

mcache

317
Stars
11
Forks
Watchers

An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法

python-memoization

222
Stars
14
Forks
Watchers

A powerful caching library for Python, with TTL support and multiple algorithm options.

cacheout

404
Stars
43
Forks
Watchers

A caching library for Python

go-generics-cache

440
Stars
34
Forks
Watchers

A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.

BitFaster.Caching

400
Stars
23
Forks
Watchers

High performance, thread-safe in-memory caching primitives for .NET

libcache

174
Stars
9
Forks
Watchers

A Lightweight in-memory key:value cache library for Go.

caches-rs

99
Stars
14
Forks
Watchers

This is a Rust implementation for popular caches (support no_std).

clfu

38
Stars
5
Forks
Watchers

Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.