Hive Hive
Sign in

Faster directory hashing for cache keys

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

Directory hashing for cache keys now runs the tree walk, file reads, and digest computation on a single blocking task instead of bouncing between async and blocking pools per file. This reduces overhead and improves speed for large directories.