Compression/huffman library

Huffman Coding (byte-oriented)

Production-grade Huffman implementation with deterministic behavior, compact bit-level packing, and explicit encode/decode APIs. The code provides helpers for both List<int> (bytes) and String inputs. Designed to be safe, auditable, and efficient for medium-to-large inputs.

Classes

Huffman