English

Limited Associativity Makes Concurrent Software Caches a Breeze

Hardware Architecture 2021-09-08 v1 Distributed, Parallel, and Cluster Computing

Abstract

Software caches optimize the performance of diverse storage systems, databases and other software systems. Existing works on software caches automatically resort to fully associative cache designs. Our work shows that limited associativity caches are a promising direction for concurrent software caches. Specifically, we demonstrate that limited associativity enables simple yet efficient realizations of multiple cache management schemes that can be trivially parallelized. We show that the obtained hit ratio is usually similar to fully associative caches of the same management policy, but the throughput is improved by up to X5 compared to production-grade caching libraries, especially in multi-threaded executions.

Keywords

Cite

@article{arxiv.2109.03021,
  title  = {Limited Associativity Makes Concurrent Software Caches a Breeze},
  author = {Dolev Adas and Gil Einziger and Roy Friedman},
  journal= {arXiv preprint arXiv:2109.03021},
  year   = {2021}
}
R2 v1 2026-06-24T05:45:08.336Z