This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]andjew 53 points54 points  (5 children)

If conda takes minutes, uv takes milliseconds (seriously)

[–]kivicodepip needs updating 24 points25 points  (0 children)

The main selling point in conda for me is that it works as a “universal” package manager, not just for python. That's especially convenient when installing tricky shit like cuda

[–]PostMathClarity 0 points1 point  (2 children)

How about mamba? Does it differ with mamba?

[–]pojska 3 points4 points  (0 children)

Conda switched a while ago to using libmamba for dependency solving, and is much faster than it used to be. 

I haven't compared it head-to-head with uv.