|
|
|
|
|
by ericfrederich
703 days ago
|
|
Why Rust? Aren't you alienating Python devs from working on it? I see that UV is bragging about being 10-100x faster than pip. In my experience the time spent in dependency resolution is dwarfed by the time making web requests and downloading packages. Also, this isn't something that runs every time you run a Python script. It's ran once during installation of a Python package. |
|