projects/aixc-compressor/README.md
# AIXC Compressor
A deterministic predictor-based text compression format with packed hit/miss streams, residual coding, manifest hashing, and multiple predictor backends.
interesting bits
- + C
- + Python
- + Native C extension
- + C hot paths
- + Compression
- + Binary formats
- + Predictor models
- + LZP
- + Hugging Face
why it matters
It explores how much archive size can move when encoder and decoder share a predictor contract, with a reference codec, CLI, tests, benchmarks, and a local workbench.