|
|
|
|
|
by nickjj
446 days ago
|
|
> Shaving a couple seconds off that will not provide any tangible benefit. It could be more than that. I switched from pip to uv today in a Dockerized project with 45 total dependencies (top level + sub-dependencies included). pip takes 38 seconds and uv takes 3 seconds, both uncached. A 10x+ difference is massive and if uv happens to be better suited to run on multiple cores it could be even more because my machine is a quad core i5 3.20ghz from 10 years ago. > I work in a place with 200 developers In your case, if you have 200 developers spending an hour on builds that could in theory be reduced down to 5 minutes per build. That's 11,000 minutes or 183 hours of dev time saved per 1 build. I know you say it's automated but someone is almost always waiting for something right? |
|