logoalt Hacker News

jeremyjhtoday at 12:32 AM2 repliesview on HN

Its a pretty well-supported claim. uv skips doing a number of things that generate file I/O. File I/O is far more costly than the difference in raw computation. pip can't drop those for compatibility reasons.

https://nesbitt.io/2025/12/26/how-uv-got-so-fast.html


Replies

staticassertiontoday at 5:22 AM

Do you actually believe that UV would be as fast if it were written in Python?

show 1 reply
rowanG077today at 1:00 AM

I don't think the article you linked supports the claim that none of UV performance improvements are related to using rust over python at all. In fact it directly states the exact opposite. They have an entire section dedicated to why using Rust has direct performance advantages for UV.

show 1 reply