-
lru
cache implementation
-
cached
Generic cache implementations and simplified function memoization
-
hashlink
HashMap-like containers that hold their key-value pairs in a user controllable order
-
quick_cache
Lightweight and high performance concurrent cache
-
clru
An LRU cache implementation with constant time operations and weighted semantic
-
uluru
fast, LRU cache implementation
-
lru-cache
A cache that holds a limited number of key-value pairs
-
lru_time_cache
Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen
-
file_backed
types for managing collections of large objects, using an in-memory LRU cache backed by persistent storage (typically the filesystem)
-
jupiter
providing high-throughput ultra low latency services via the RESP protocol as defined by Redis
-
lru-slab
Pre-allocated storage with constant-time LRU tracking
-
lazy-lru
A least-recently-used (LRU) cache implementation with lazy eviction
-
associative-cache
A generic N-way associative cache with fixed-size capacity and random or least recently used (LRU) replacement
-
caches
popular caches (support no_std)
-
evictor
generic caching with configurable eviction policies
-
threatflux-cache
A flexible async cache library for Rust with pluggable backends and serialization
-
disklru
experimental LRU store
-
oysters
HTTP server for the Oysters LRU k/v store
-
cache-rs
A high-performance, memory-efficient cache implementation supporting multiple eviction policies including LRU, LFU, LFUDA, SLRU and GDSF
-
hashlru
LRU cache
-
pi_cache
LFU-LRU cache
-
docuum
LRU eviction of Docker images
-
fulgurance
A blazing-fast, adaptive prefetching and caching library for Rust
-
evicting_cache_map
An Evicting LRU cache supporting prune hooks
-
local_lru
thread-safe and lock-free LRU cache based on thread local storage
-
lrumap
A safe Least Recently Used (LRU) cache implementation with ordered and unordered support
-
s3-fifo
An efficient S3-FIFO Cache Implementation
-
fondue
caching library with TTL, LRU, and namespace support
-
gs-rust-cache
Thread safe cache developed using lru crate(https://crates.io/crates/lru) as its core. Supports LRU, positive and negative TTLs and miss handler function.
-
pingora-lru
LRU cache that focuses on memory efficiency, concurrency and persistence
-
intrusive-lru-cache
An LRU cache implementation using intrusive data structures
-
lru-mem
An LRU cache implementation bounded by memory
-
weight-lru
A LRU cache implementation
-
concurrent_lru
A concurrent LRU cache
-
oysters_cli
HTTP CLI for the Oysters LRU k/v store
-
genmesh
A package for generating 3D meshes
-
rustycache
caching library for Rust
-
generational-cache
Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust.
-
const-lru
no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache
-
cache_2q
A 2Q Cache which maps keys to values
-
lrust_cache
A high-performance LRU cache implementation in Rust
-
cached_proc_macro_types
Generic cache implementations and simplified function memoization
-
veilid-hashlink
Fork of hashlink. HashMap-like containers that hold their key-value pairs in a user controllable order
-
multicache
An LRU cache where each object has a given weight
-
transient-hashmap
HashMap with transient entries
-
oysters_client
HTTP client for the Oysters LRU k/v store
-
weight-cache
A cache that holds a limited number of key-value-pairs according to a user defined criterion
-
mlcr
An adaptive machine-learning-based cache tracker/replacement policy
-
threadsafe-lru
Thread-safe LRU
-
memory-cache-rust
memory-cache is a fast, concurrent cache library built with a focus on performance and correctness. The motivation to build Ristretto comes from the need for a contention-free cache in
-
xfetch
Optimal probabilistic cache refresh algorithm
-
memory-lru
A memory-based wrapper around the lru crate
-
aws-secretsmanager-cache
A client for in-process caching of secrets from AWS Secrets manager
-
wtinylfu
W-TinyLFU cache
-
dynamic-lru-cache
LRU Cache that only stores items recently seen more than once
-
fliplru
A LRU cache that shows effectiveness of cache capacity
-
generational-lru
A generational arena based LRU Cache implementation in 100% safe rust
-
priority-expiry-cache
A cache that evicts items based on their priority and expiry time (LRU + TTL) Add (O(1)), Get (O(1)), Evict (O(1)) in both time and space
-
parquet-lru
Implement LRU cache reader for parquet::arrow::async_reader::AsyncFileReader
-
tlru_cache
Time-Aware LRU Cache
-
ref-stable-lru
An LRU Cache implementation with compile-time reference stability
-
common-cache
A hierarchical cache data structure that prioritizes the most commonly used and recently accessed items and can dynamically grow and shrink in size
-
fast-lru
A fast, 100% safe, stack based LRU cache
-
elaru
Memory safe implementation of LRU cache
-
oysters_core
Core for the Oysters LRU k/v store
-
xlru-cache
A cache that holds a limited number of key-value pairs
-
cached_proc_macro
Generic cache implementations and simplified function memoization
-
pi_lru
LRU cache
-
ferrite-core
Core functionality for Ferrite image viewer
-
izihawa_lru_time_cache
Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen
-
plru
concurrent (lockless) pseudo-LRU cache replacement policy
-
ccache
Composable Caches
-
lru_map
LRU cache map
-
memoize-inner
Helper crate for memoize
-
quick-hash-cache
Async Concurrent Hashmap. Unlike Redis it supports multi threading and advanced data structures
-
ps-rclru
Rc-based LRU cache
-
shared_lru
Have multiple caches with heterogenous tracking of recency
-
remember-this
mechanism for caching data to both memory and disk. Uses
tokio
. -
bhatho
LRU Caching library with persistent layer using RocksDB
-
lru-cache-map
A cache that holds a limited number of key-value pairs
Try searching with DuckDuckGo.