a high performance library for building cache simulators
-
Updated
Aug 14, 2026 - C++
a high performance library for building cache simulators
High-available distributed database. Data consistent key-value store across machines with fault recovery. Suitable for finance, e-commerce, and social media services.
This user-friendly web application, built with Flask, empowers you to search for repositories on GitHub, manage a personalized collection of your favourites, and access detailed information about each repo. Streamline your workflow and stay organized with your go-to repositories!
This repository is a CacheLib prototype of TARDIS, a learned cache eviction policy as part of the LDOS Expeditions project at UT Austin. It implements LRUForgive and S3FIFOForgive with a log-structured multithreaded architecture, and is evaluated against LRU & S3FIFO on real traces to to measure miss-ratio improvement under high eviction pressure.
A standalone gRPC server for Meta's CacheLib: 19 RPCs over a Redis-style key/value surface — get/set/delete, batch, atomic (SetNX/CAS/Incr), TTL, scan, bidirectional streaming — on a hybrid DRAM+SSD cache. Multi-arch containers, Prometheus metrics, measured benchmarks.
A standalone gRPC server for Meta's CacheLib: 19 RPCs over a Redis-style key/value surface — get/set/delete, batch, atomic (SetNX/CAS/Incr), TTL, scan, and a bidirectional streaming pipeline — on a hybrid DRAM+SSD cache, with Prometheus metrics and gRPC reflection. Multi-arch containers on ghcr.io/celikgo/cachelib-grpc-server.
To associate your repository with the cachelib topic, visit your repo's landing page and select "manage topics."