python-wheel-build / fromager

Build your own wheels
https://fromager.readthedocs.io/en/latest/
Apache License 2.0
7 stars 11 forks source link

download multiple packages in parallel in download-sequence #335

Closed dhellmann closed 2 months ago

dhellmann commented 2 months ago

We use a build-order file to know what to download, but we don't have to wait for one download to complete to start the next one. Use threads to download several packages in parallel. Set a limit, but let the user control the limit with a command line option.