uv/crates/uv-cache/src
Charlie Marsh 71c0e6de50
Reduce number of reference-checks for uv cache clean (#13669)
## Summary

This should reduce the number of filesystem operations fairly
dramatically:

- Only query actual symlinks.
- Don't recurse into package bodies (huge).
- Only traverse once (rather than twice).

Closes https://github.com/astral-sh/uv/issues/13667.
2025-05-26 21:43:24 -04:00
..
archive.rs Use files instead of junctions on Windows (#11269) 2025-02-13 16:17:49 -06:00
by_timestamp.rs Revert: Include environment variables in interpreter info caching (#11622) 2025-02-19 10:10:21 -06:00
cli.rs Update CLI documentation for --cache-dir (#8627) 2024-10-28 02:01:21 +00:00
lib.rs Reduce number of reference-checks for uv cache clean (#13669) 2025-05-26 21:43:24 -04:00
removal.rs Use no reporter by default in cache clean (#8868) 2024-11-06 17:07:10 +00:00
wheel.rs Add DisplaySafeUrl newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00