One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing
-
Updated
Jun 9, 2024 - Go
One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing
A cross-platform, multi-core optimized C++20 LRU Hash Table featuring zero runtime allocations, custom TTAS spinlocks, and Windows Kernel support.
Least Recently Used Erlang Implementation
A project for Operating System class at SKKU.
High-performance, thread-safe LRU cache in Rust using sharded locking to minimize contention, with O(1) amortized operations, TTL support, and benchmarked scalability under concurrent workloads.
cachify is a lightweight, high-performance, thread-safe Least Recently Used (LRU) cache library for Go. It is designed for in-memory caching with optional support for expiration, eviction callbacks, and dynamic capacity adjustment.
Thread-safe LRU caching governed by an explicit byte budget
To associate your repository with the lru-algorithm topic, visit your repo's landing page and select "manage topics."