Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
-
Updated
Dec 12, 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 applications. Rails and Hanami (or any Rack) compatible.
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.
this is a Java Redis server clone, supporting some of the elementary RESP2 commands, in which i have integrated an LRU cache. I'll probably do non-blocking IO in the future.
Implementation and analysis of cache replacement policies (Random and Least Recently Used) in a C++-based cache simulator. This project explores cache architecture behavior, evaluates eviction strategies, and measures performance metrics such as cache hits, misses, and flush counts.
Simple implementations of LRU / LFU cache.
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.
Using google guava cache in scala
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."