summaryrefslogtreecommitdiff
path: root/src/mem/cache/compressors/Compressors.py
AgeCommit message (Expand)Author
2019-11-04mem-cache: Implement a perfect compressorDaniel R. Carvalho
2019-11-04mem-cache: Make BDI a multi compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement a multi compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement BDI sub-compressorsDaniel R. Carvalho
2019-11-04mem-cache: Implement a repeated values compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement a zero compressorDaniel R. Carvalho
2019-11-04mem-cache: Implement FPC-D cache compressionDaniel R. Carvalho
2019-10-29mem-cache: Templatize DictionaryCompressorDaniel R. Carvalho
2019-10-29mem-cache: Factor out CPack's dictionary functionalityDaniel R. Carvalho
2019-10-29mem-cache: Limit compression sizeDaniel R. Carvalho
2019-07-17mem-cache: Create CPack compressorDaniel R. Carvalho
2019-05-08mem-cache: Create BDI CompressorDaniel R. Carvalho
2019-05-08mem-cache: Create cache compressorDaniel R. Carvalho