How uv got so fast
(nesbitt.io)
from codeinabox@programming.dev to python@programming.dev on 26 Dec 2025 19:12
https://programming.dev/post/43007195
from codeinabox@programming.dev to python@programming.dev on 26 Dec 2025 19:12
https://programming.dev/post/43007195
#python
threaded - newest
Amazing article, I love how he explains well the differents level to ‘optimize’.
Very much reminds me of Casey Muratori’s “Philosophies of Optimization” talk where he mentioned what he calls “pessimization” - instead of optimizing (making a program do a thing faster), pessimize it - make it do less.
The less a program does/needs to do, the faster it will be.
So it makes installation faster by making runtime slower.
So it makes installation faster by installing untested code.
Sounds like a non-starter to me.