You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): optimize warm cache performance for task execution
Batch daemon calls, add bulk cache resolution fast path, and parallelize
output hash checking to dramatically improve warm cache hit performance.
- Batch daemon calls for recordOutputsHash and outputsHashesMatch
- Add resolveCachedTasksBulk fast path for bulk cache resolution
- Cache readProjectsConfigurationFromProjectGraph in getExecutorForTask
- Add verified match cache in daemon to skip redundant filesystem scans
- Add Rayon-parallel get_files_for_outputs_batch in Rust
- Batch-hash unhashed tasks per topological level
- Skip recordOutputsHash for local-cache-kept-existing
0 commit comments