We release open artifacts so that others can reproduce, extend, and build on our work. Most of them are led and maintained by students in the lab.
Open-Source Libraries & Tools
A high-performance, open-source C++ library designed to simulate and analyze cache systems efficiently. It provides a flexible framework for exploring cache design choices and evaluating their impact on performance. Used by more than 100 research institutes and companies worldwide.
Python bindings for libCacheSim, designed for rapid cache-simulation experiments.
Install with pip install libcachesim.
Datasets
A large open collection of key-value, object/CDN, and block cache traces (2007–2025) from Meta, Twitter, Alibaba, Tencent, and others, including the Twitter production traces from our OSDI'20 measurement study. Widely used in cache research and evaluation.
A year-long production LLM serving trace collected from Chutes, spanning many models and users, supporting research on workload evolution, caching, and load balancing in LLM serving.
Services
A free, OpenAI- and Anthropic-compatible inference API for frontier open-source models, aimed at research, teaching, and prototyping.
A web tool for visualizing and exploring storage and cache workloads.
Open Infrastructure
A public dashboard for the GPUs and serving engine behind FreeInference.