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

To save 4 seconds when installing dependencies?
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.