Skip to content
#

cachelib

Here are 7 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Sep 4, 2026
  • C++

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.

  • Updated May 2, 2026
  • C++

Add this topic to your repo

To associate your repository with the cachelib topic, visit your repo's landing page and select "manage topics."

Learn more