|
gem5 v25.0.0.1
|
Implementation of a perfect compressor, which compresses data to its maximum allowed compression ratio. More...
#include "mem/cache/compressors/perfect.hh"#include <algorithm>#include "debug/CacheComp.hh"#include "params/PerfectCompressor.hh"Go to the source code of this file.
Namespaces | |
| namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved. | |
| namespace | gem5::compression |
Implementation of a perfect compressor, which compresses data to its maximum allowed compression ratio.
Definition in file perfect.cc.