A multi-layer archive format that compresses, protects, and disguises your data.
L3 Genre DSL ā auto-detects data type, replaces patterns with compact references.
L5 GenDict ā caches exact matches. 2nd pass compresses to ~270 bytes.
Reed-Solomon codes. Auto-repair corruption without re-download.
Output as AVI / MP4 / ZIP / PDF / PNG. Standard tools work natively.
Multi-dimensional byte rearrangement. Up to 16 independent axes.
FIDX index ā search inside archives without extraction.
64 KB JSON ā single-threaded benchmark
2,000-entry JSON access log ā 401 KB input, round-trip verified ā
| Method | Output | Ratio | Notes |
|---|---|---|---|
| gzip (āL2) | 65 KB | 15.9% | baseline |
| CPB STANDARD | 74 KB | 18.2% | full pipeline, no dict |
| CPB + L3 dict | 65 KB | 15.9% | phrase dict on same data |
| CPB LEARN pass 1 | 65 KB | 15.9% | first time ā cache built |
| CPB LEARN pass 2 | 270 B | 0.07% | cache hit |
Up to 6 layers. Each independently toggleable. 7 preset profiles.
Linux x86-64 / g++ 13 / -O2 / C++17 / single-threaded / best of 5 runs
| Configuration | Ratio | Note |
|---|---|---|
| L2 only | 0.6% | fastest |
| L3 + L2 | 0.8% | |
| STANDARD (4D) | 0.8% | default |
| STANDARD + L3 | 1.2% | |
| STANDARD + 16D | 0.8% | |
| STANDARD + L3 + 16D | 1.2% | |
| ARCHIVE | 114.4% | expands (protection only) |
| Data | Ratio |
|---|---|
| JSON 1 KB | 26.4% |
| JSON 64 KB | 0.8% |
| JSON 1 MB | 0.7% |
| Random 64 KB | 115.2% |
| Random 1 MB | 114.8% |
| All-zeros 1 MB | 0.0% |
| L5 Pass | Ratio | Decode MB/s |
|---|---|---|
| pass 1 (cold) | 1.2% | 855 |
| pass 2 (hit) | 0.4% | 1,857 |
| pass 3 | 0.4% | 2,531 |
| Carrier | Overhead |
|---|---|
| CPB (.cpb) | +0 B |
| MP4 (.mp4) | +56 B |
| PNG (.png) | +93 B |
| ZIP (.zip) | +224 B |
| PDF (.pdf) | +883 B |
L2 compression, L1 Reed-Solomon, L4 shuffle, 5 carrier formats. 654 tests.
L3 Genre DSL, L5 GenDict cache, dictionary training, FIDX search.
Open source, documentation, benchmarks, GitHub Pages.
Embeddable library API. Client-to-Client data foundation.
Hilbert curve, differential backup, multi-frame random access.