General Purpose Paracletic Hyper Cube
Rust reference implementation for chromoharmonic compression and related codecs.
Install: cargo add general_purpose_paracletic_hyper_cube
Included Codecs
chromoharmonic: variable token stream optimized for smooth waveform-like deltas and harmonic continuity.delta-pulse: delta codec with literal escape mode for abrupt jumps.run-length: classic RLE baseline for repeated symbols.
Quick Start
Why This Layout
src/compression: production codecs and shared API.src/datasets.rs: deterministic benchmark/test datasets.tests/compression.rs: roundtrip, corruption, and quality checks.benches/compression.rs: Criterion benchmarks across multiple signal profiles.