lru-cache topic

List lru-cache repositories

cpp-lru-cache

350
Stars
106
Forks
Watchers

Simple and reliable LRU cache for c++ based on hashmap and linkedlist

strapi-middleware-cache

289
Stars
53
Forks
Watchers

:electric_plug: A cache middleware for https://strapi.io

Fuse

275
Stars
26
Forks
Watchers

The simple generic LRU memory/disk cache for Android written in Kotlin

holster

281
Stars
35
Forks
Watchers

A place to keep useful golang functions and small libraries

lru-cache

228
Stars
28
Forks
Watchers

:dizzy: A feature complete LRU cache implementation in C++

tmp-cache

174
Stars
8
Forks
Watchers

A least-recently-used cache in 35 lines of code~!

python-memoization

222
Stars
14
Forks
Watchers

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

ecache

225
Stars
25
Forks
Watchers

🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed con...

lru-cache-node

118
Stars
8
Forks
Watchers

A lighting fast cache manager for node with least-recently-used policy.

lru

119
Stars
7
Forks
Watchers

LRU cache using go generics