Y
Hacker News
new
|
ask
|
show
|
jobs
by
wenc
583 days ago
I haven’t used Conda since 2021 but recall it had a SAT solver that was very slow especially on degenerate cases.
How does uv’s sat solver compare?
3 comments
montebicyclelo
583 days ago
Conda has a faster solver, as of 2022
https://www.anaconda.com/blog/a-faster-conda-for-a-growing-c...
link
sa1
583 days ago
There are such cases in uv as well, and I’ve hit them quite often when I didn’t specify lower bounds (especially for boto3).
link
thundergolfer
583 days ago
In our internal benchmarks miniconda is about as fast as uv at installing torch.
link
https://www.anaconda.com/blog/a-faster-conda-for-a-growing-c...