Y
Hacker News
new
|
ask
|
show
|
jobs
by
kungp
742 days ago
Or `uv venv`, `uv pip install` for a free, pretty extreme speedup.
https://github.com/astral-sh/uv/
1 comments
rrr_oh_man
741 days ago
To save 4 seconds when installing dependencies?
link
otonnesen
741 days ago
My work saw a 5x speedup (~2min to ~20s) with a cold cache and like 200-500x (~20s to <0.1s) with a hot cache in our CI pipelines when we switched to uv.
link