mirror of
https://github.com/astral-sh/uv
synced 2026-01-10 16:13:44 -05:00
## 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.