Expand description
Compression algorithms and engine for adaptive memory compression
This module implements various compression algorithms optimized for sparse matrix data, including run-length encoding, delta compression, Huffman coding, and adaptive strategies.
Structsยง
- Algorithm
Metrics - Algorithm performance metrics
- Compression
Engine - Compression engine that handles all compression algorithms
- Compression
Result - Compression result with metadata