Docuum performs least recently used (LRU) eviction of Docker images to keep the disk usage below a given threshold. Docker's built-in docker image prune --all --filter until=… command serves a similar ...
A cache that uses a bounded amount of space on a filesystem. Each cache entry has a string key and a fixed number of values. Each key must match the regex [a-z0-9_-]{1,120}. Values are byte sequences, ...
Abstract: In HPC systems, the increasing need for a higher level of concurrency has led to packing more cores within a single chip. However, since multiple processes share memory space, the frequent ...
Abstract: To efficiently scale data caching infrastructure to support emerging big data applications, many caching systems rely on consistent hashing to group a large number of servers to form a ...