lru
There are 350 repositories under lru topic.
isaacs/node-lru-cache
A fast cache that automatically deletes the least recently used items
bluele/gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
aio-libs/async-lru
Simple LRU cache for asyncio
goburrow/cache
Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).
hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
bitfaster/BitFaster.Caching
High performance, thread-safe in-memory caching primitives for .NET
youknowone/ring
Python cache interface with clean API and built-in memcache & redis + asyncio support.
Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
dgilland/cacheout
A caching library for Python
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
songangweb/mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
ronomon/hash-table
Fast, reliable cuckoo hash table for Node.js.
mchome/flutter_advanced_networkimage
flutter advanced network image provider
q191201771/libchef
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
orca-zhang/ecache
🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
phuslu/lru
High performance LRU cache
arthurprs/quick-cache
Lightweight and high performance concurrent cache
shaj13/libcache
A Lightweight in-memory key:value cache library for Go.
lukeed/tmp-cache
A least-recently-used cache in 35 lines of code~!
1a1a11a/libCacheSim
a high performance library for building cache simulators
dboslee/lru
LRU cache using go generics
arbazsiddiqui/lru-cache-node
A lighting fast cache manager for node with least-recently-used policy.
ballerina-platform/module-ballerina-cache
Ballerina cache Module
Kwynto/lru
A simple and fast implementation of LRU for caching with old data preemption and constant access time.
al8n/caches-rs
This is a Rust implementation for popular caches (support no_std).
iamsinghrajat/async-cache
A caching solution for asyncio
johnsiilver/golib
Open version of common golang libraries useful to many projects.
saurabh0719/go-hashlru
A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
vmihailenco/go-cache-benchmark
Cache benchmark for Golang
sysulq/golang-lru
Golang LRU cache with expire feature.
tugrul512bit/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.
samber/hot
🌶️ In-memory caching library for Go
tylerreisinger/cache-macro
A procedural attribute macro to automatically cache the results of a function call with given args.
sysulq/dataloader-go
Go implementation of Facebook's DataLoader with 200+ lines of code.