| Ver. & Era | Exec. | Arch. Leap | Features | Size | Time Spent |
|---|---|---|---|---|---|
| v1.0 "First Light" |
Per-Frame | General-Purpose BackendsRelied on external algorithms (LZMA, zlib, zstd) to do the heavy lifting for residuals. |
|
10,523,097 | ~2h 53m |
| v1.1 "Rice Engine" |
Threaded | Native Entropy CodingDropped generic coders. Implemented partitioned Rice coding natively for audio residuals. |
|
8,266,279 | 5h 18m |
| v1.2 "Partition Fix" |
Threaded | FLAC-Style PartitionsFixed partition sizing to properly accommodate LPC warmup samples. |
|
~8,200,000 | ~13h (est.) |
| v1.3.1 "Unleashed" |
Threaded | State Saving (Fault Tolerance)Introduced real-time checkpointing to survive crashes during massive batch encodes. |
|
7,982,522 | ~10h+ (2w) |
| v1.4 & v1.5 "The DCC Era" |
Sequential | Dynamic Codec ControlTried to speed up encoding by learning patterns, but forced the engine into a slow sequential bottleneck. |
|
8,031,058 | ~3h |
| v1.6.1 "Two-Pass" |
Decoupled | Scanner-Guided ArchitectureSplit the engine: fast preemptive scanner allocates budgets, allowing the packer to run in massive parallel. |
|
8,071,580 | 37.5 min |
| v1.7 / 1.7H "The Hybrids" |
Decoupled | Forensic HeuristicsThe ultimate synthesis. Eliminates wasted CPU cycles and hardens the memory pipeline. |
|
8,067,034 | 77 min 52s |
| v1.9 "MDL Probes" |
Decoupled | MDL Frame Size ProbeCompression cost decides frame size. Pass 0 probes 4 candidates (2048-16384). Matches FLAC-12 on Ethereal Arc. |
|
~7,993,366 | ~550 min |
| avFLAC v1.2 "Arena Combiner" |
Decoupled | Multi-Encoder Arena + MDL Combiner4 encoders compete per segment. MDL picks best of arena stitch / AF_whole / VF_whole. Beats lax_t6 on Abyssal. Beats OFR on Radiohead. |
|
7,958,631 | ~1600 min |