Hacker News new | ask | show | jobs
by jsmeaton 2023 days ago
Hang about. Poetry is SLOW because it does not operate in parallel. It’s the one thing holding me back from a large project.

Unless this has recently changed?

2 comments

I think this changed a month or two ago. It installs each "level" of the dependency tree in parallel.
Poetry 1.1 introduced parallel downloads. Even before that, it was an order of magnitude faster than its competitor Pipenv.