Discussion
How uv Works Under the Hood
rgovostes: The topic could be interesting but there's no chance this was written by a human. It's 25 pages long printed and goes into far too much detail and at the same time almost no detail at all, with sections like:> The CONFLICT_THRESHOLD constant in the source is set to 5:> [code excerpt proving that, indeed, the CONFLICT_THRESHOLD constant in the source is set to 5]Flagging this kind of content is getting old.
stellalo: One thing that is to be said about uv: you might come for the speed, but you stay because it works so well. The Python ecosystem used to be such a mess to manage, between Python versions, environments and so on: I haven’t complained once about it since I use uv. To the point that I tend to distrust a Python project if it’s not managed with uv, and anticipate all the dependency resolution issues that I will face.