Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
-
Updated
Oct 20, 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.
MemDBLite is a minimalistic in-memory key-value database implemented in C++
Least recently used (LRU) in-memory cache.
In-memory LRU Cache implementation using multiple Design Patterns
LRU Cache implementation using Map and Double linked list in golang.
Using google guava cache in scala
Cashed is an LRU based caching service written in plain c.
Simple implementations of LRU / LFU cache.
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.
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.
Least Recently Used Cache in golang
Designing a LRU Cache.
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."