HeuristicCompressor

Type Alias HeuristicCompressor 

Source
pub type HeuristicCompressor = SemanticCompressor;
Expand description

Alias for SemanticCompressor - more honest name reflecting the actual implementation.

This compressor uses chunk-based heuristics with optional character-frequency clustering, NOT neural semantic understanding. Use this alias when you want to be explicit about the implementation approach.

Aliased Typeยง

pub struct HeuristicCompressor { /* private fields */ }