Deduplicate all files in the wheel cache by charliermarsh · Pull Request #21327 · astral-sh/uv · GitHub
✨ Explore this trending post from Hacker News 📖
📂 **Category**:
💡 **What You’ll Learn**:
## Summary
When content hashing is enabled, we currently allocate and zero a new 64
KiB buffer for every file we copy and hash during streaming extraction.
This PR reuses one buffer across ...
