Back to browse
GitHub Repository

High-performance, streaming-first container format with per-block codec polymorphism and robust data recoverability. Reference implementation in Rust.

29 starsRust

6cy – Experimental streaming archive format with per-block codecs

by yihac1·Feb 17, 2026·35 points·8 comments

AI Analysis

●●SolidBig BrainNiche Gem

Per-block codec polymorphism is clever, but format is unstable and zip/7z/tar dominate production.

Strengths
  • Block-level codec flexibility solves real problem—different data types compress better with different algorithms
  • Streaming-first + crash recovery design is genuinely thoughtful; self-describing blocks enable partial reads
  • Plugin architecture enables proprietary codec integration without spec changes, reducing friction
Weaknesses
  • Explicitly unstable (v0.x, format may change)—unsuitable for production, limiting real-world validation
  • Competing against entrenched zip/7z/tar ecosystem with decades of tooling; differentiation hasn't proven necessary yet
Target Audience

Systems engineers, compression researchers, and projects requiring crash-resilient container formats

Similar To

Tar · 7z · ZIP

Post Description

Hi HN,

I’ve been experimenting with archive format design and built 6cy as a research project.

The goal is not to replace zip/7z, but to explore: • block-level codec polymorphism (different compression per block) • streaming-first layout (no global seek required) • better crash recovery characteristics • plugin-based architecture so proprietary codecs can exist without changing the format

Right now this is an experimental v0.x format. The specification may still change and compatibility is not guaranteed yet.

I’m mainly looking for feedback on the format design rather than performance comparisons.

Thanks for taking a look.

Similar Projects

Infrastructure●●Solid

I successfully failed at one-shot-ing a video codec like h.264

Patent-free codec architecture, honestly benchmarks 18.6x worse than H.264.

WizardryBig BrainBold Bet
bushido
932mo ago
Other●●Solid

Aurea, an image codec that sequences pixels like DNA

Golden ratio codec beats JPEG on NIQE at low bitrate, but no adoption path versus AVIF.

Big BrainWizardry
Symphoenix
102mo ago
Open Source●●Solid

Aurea v0.4, image codec where every constants derive from pi and phi

Golden ratio color math beats JPEG by 5.9% while keeping full 4:4:4 chroma.

WizardryBig BrainNiche Gem
Symphoenix
202mo ago