Expand description
§Compression Service
Domain service trait for data compression/decompression with support for multiple algorithms (Brotli, Gzip, Zstd, Lz4) and configurable levels. Provides chunk-by-chunk streaming for large files, algorithm selection, performance optimization, and benchmarking. Thread-safe, stateless operations. See mdBook for algorithm characteristics and usage examples.
Structs§
- Compression
Benchmark - Compression benchmark results
- Compression
Config - Compression configuration that encapsulates all parameters for compression operations
Enums§
- Compression
Algorithm - Compression algorithms supported by the adaptive pipeline system
- Compression
Level - Compression level settings that balance processing speed vs. compression ratio
- Compression
Priority - Compression priority for optimization
Traits§
- Compression
Service - Domain service interface for compression operations in the adaptive pipeline system