Skip to content

STAR-Laboratory/Thesaurus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesaurus

In this paper, we identify a previously untapped source of compressibility in cache working sets: clusters of cachelines that are similar, but not identical, to one another. To compress the cache, we can then store the "clusteroid" of each cluster together with the (much smaller) "diffs" needed to reconstruct the rest of the cluster. To exploit this opportunity, we propose a hardware-level on-line cacheline clustering mechanism based on locality-sensitive hashing. Our method dynamically forms clusters as they appear in the data access stream and retires them as they disappear from the cache. Our evaluations show that we achieve 2.25× compression on average (and up to 9.9×) on SPECCPU 2017 suite and is significantly higher than prior proposals scaled to an iso-silicon budget.

Main classes: please refer to approximatededupbdi_cache.h and approximatededupbdi_cache.cpp

Cache Compression zsim

This is a variation of the original zsim simulator that supports compressed caches. For more details please see here.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.2%
  • C 12.0%
  • Makefile 6.1%
  • Python 0.7%
  • Java 0.0%
  • Fortran 0.0%