logoalt Hacker News

lxgryesterday at 7:31 PM2 repliesview on HN

Truly. uv somehow resolves and installs dependencies more quickly than pyenv manages to print its own --help output.


Replies

mikepurvisyesterday at 8:03 PM

I know there are real reasons for slow Python startup time, with every new import having to examine swaths of filesystem paths to resolve itself, but it really is a noticeable breath of fresh air working with tools implemented in Go or Rust that have sub-ms startup.

show 4 replies
heavyset_goyesterday at 9:49 PM

Last time I looked, pyenv contributors were considering implementing a compiled launcher for that reason.

But that ship has sailed for me and I'm a uv convert.