Compression/lzw library

LZW compression (byte-oriented)

Production-minded LZW implementation using integer codes and a compact byte coder for outputs. Deterministic dictionary growth and explicit APIs for encoding/decoding make this suitable for reproducible usage.

Classes

LZW