Y
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
dalemyers
2023 days ago
I think this changed a month or two ago. It installs each "level" of the dependency tree in parallel.
link
aden1ne
2023 days ago
Poetry 1.1 introduced parallel downloads. Even before that, it was an order of magnitude faster than its competitor Pipenv.
link