Hive Hive
Sign in

Compress cache blobs with zstd

Metadata
Source
GitHub
Version
0.13.0
Domains
Published
Jun 05, 2026 · 15:23 UTC
Repository
tuist/once
Update

Cache entries are stored with zstd compression when that reduces size, while still using the BLAKE3 digest of the uncompressed bytes for addressing. Existing raw entries remain compatible and are read as before. This reduces disk use for cacheable outputs without requiring any configuration change.