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
I'd like to propose Milestone 1.5: High-Performance Storage & Restoration to focus entirely on advanced caching, compression, and restoration speedups.
We've already implemented and opened PRs for two major performance optimizations for this milestone:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi team!
I'd like to propose Milestone 1.5: High-Performance Storage & Restoration to focus entirely on advanced caching, compression, and restoration speedups.
We've already implemented and opened PRs for two major performance optimizations for this milestone:
github.com/klauspost/compress/zstdwithsync.Pooldecoder recycling..raw), saving redundant CPU cycles.clonefileand Linuxioctl(FICLONE)strategies.📊 Verified Benchmark Results (Apple M2 arm64)
9.09 ms0.128 ms(128 microseconds) — 70.8x faster!0.364 ms0.333 ms— 10% faster (Zstd decompression bandwidth runs at ~1.2 GB/s).🛠️ Remaining Roadmap for Milestone 1.5:
To complete Milestone 1.5, we should implement the remaining performance backlog items:
mmap) (perf: Use Memory-Mapped Files (mmap) for Zero-Copy Hashing & Fast Scanning #125): Zero-copy file hashing directly from the kernel page cache.Please share your thoughts on these speedups and the Milestone 1.5 roadmap!
All reactions