Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
-
Updated
Jul 6, 2025 - Rust
Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
A C++11 simulator for a variety of CDN caching policies.
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
Simple cache implementation on java
A 3-level cache simulator for SPEC traces with various inclusion and block replacement policies
Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby and Ruby-on-Rails applications.
High-Performance In-Memory Cache-as-a-Service for Traefik & Caddy & Kubernetes. Read: ~40 ns/op | Write: ~50ns/op | RPS: 150k+
Fast K-LRU Variable Object Size MRC Generation
LRU Cache implementation using HashMap and Double linked list in java.
Least recently used (LRU) in-memory cache.
MemDBLite is a minimalistic in-memory key-value database implemented in C++
In-memory LRU Cache implementation using multiple Design Patterns
LRU Cache implementation using Map and Double linked list in golang.
Solution to different algorithm problems
A Java-based LLD cache using LRU implementation. Simple to use, ideal for caching scenarios with limited memory and customisable capacity.
Designing a LRU Cache.
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.
Simple implementations of LRU / LFU cache.
Using google guava cache in scala
Cashed is an LRU based caching service written in plain c.
Add a description, image, and links to the lru-eviction topic page so that developers can more easily learn about it.
To associate your repository with the lru-eviction topic, visit your repo's landing page and select "manage topics."