Module compression

Module compression 

Source
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ยง

AlgorithmMetrics
Algorithm performance metrics
CompressionEngine
Compression engine that handles all compression algorithms
CompressionResult
Compression result with metadata