lru-cache topic
caches-rs
This is a Rust implementation for popular caches (support no_std).
elara
Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart:
bcache
Eventually consistent distributed in-memory cache Go library
go-hashlru
A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
methodtools
Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.
runtime-memcache
runtime-memcache is a javascript key-value store for chunks of arbitrary data (strings, objects, numbers) from results of database calls, API calls, or etc. It supports many commonly used caching poli...
safecache
A thread-safe and mutation-safe LRU cache for Python.
generational-lru
A generational arena based LRU Cache implementation in 100% safe rust.
async-cache
A caching solution for asyncio
Belady-Cache-Replacement
Using Belady's algorithm for improved cache replacement