ended3월 19일· 1 sources

Stop decompressing entire archives to get one file — introducing ARCX

하나의 파일을 꺼내려고 전체 아카이브를 압축 해제하지 마세요 — ARCX 소개

Why it matters

ARCX is a new compressed archive format that combines cross-file compression with indexed random access, allowing retrieval of a single file from a large archive in ~7ms without decompressing the entire archive. It achieves up to 200x less data read compared to tar+zstd while maintaining compression ratios within ~3%, making it suitable for CI/CD pipelines, cloud storage, and package registries.

1
Sources
+0
24h
Growth
183d
Active
ARCXrandom accessarchive formatblock-based compressiontar+zstd

Sources

Related Issues