uv/crates/uv-distribution/src
Charlie Marsh c743705dfb
Revert "Cache downloaded wheel when range requests aren't supported" (#6470)
## Summary

This reverts commit 7d92915f3d.

I thought this would be a net performance improvement, but we've now had
multiple reports that this made locking _extremely_ slow. I also tested
this today with a very large codebase against a registry that does not
support range requests, and the number of downloads was sort of wild to
watch. Reverting the reduced resolution time by over 50%.

Closes #6104.
2024-08-22 19:54:42 -04:00
..
index Retain editable designation for cached wheel installs (#5545) 2024-07-28 22:39:48 -04:00
metadata Use consistent logic for deserializing short revisions (#6341) 2024-08-21 15:34:03 +00:00
source Fix metadata cache instability (#6332) 2024-08-21 17:18:42 +02:00
archive.rs Make cache robust to removed archives (#6284) 2024-08-20 19:56:23 -04:00
distribution_database.rs Revert "Cache downloaded wheel when range requests aren't supported" (#6470) 2024-08-22 19:54:42 -04:00
download.rs Add hash-checking support to `install` and `sync` (#2945) 2024-04-10 19:09:03 +00:00
error.rs Avoid displaying "failed to download" on build failures for local source distributions (#6075) 2024-08-14 17:27:55 -05:00
lib.rs Support `tool.uv` in PEP 723 scripts (#5990) 2024-08-09 23:11:10 -04:00
locks.rs Remove unnecessary uses of `DashMap` and `Arc` (#3413) 2024-05-06 22:30:43 -04:00
reporter.rs Concurrent progress bars (#3252) 2024-05-27 01:21:07 +00:00