5 ms·
If I recall correctly, uv is doing some ninja stuff like guessing the part of the relevant file that is likely to contain the metadata it needs and then doing a
by sswatson 2y ago
If I recall correctly, uv is doing some ninja stuff like guessing the part of the relevant file that is likely to contain the metadata it needs and then doing a range request to avoid downloading the whole file.
- robertlagrant 2y agoThanks, that makes sense. I guess Poetry could add that if they liked.