Add option to download packages in parallel
See original GitHub issueWhen running conan install
on a file that depends on a lot of packages those packages should be able to be downloaded in parallel. This should speed up that process a lot. Especially if unpacking would be done in parallel as well. This should of course be an option of some sorts I think. But it would be a huge win for some CI deployments.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:13
- Comments:19 (12 by maintainers)
Top Results From Across the Web
How to use parallel make when compiling R packages?
The options(Ncpus=8) route is one way. In install.packages() you have Ncpus = getOption("Ncpus") and that option is described as.
Read more >Enable Parallel Downloading In Pacman In Arch Linux
Here, ParallelDownloads option specifies number of concurrent download streams. The value needs to be a positive integer. It is disabled by default and...
Read more >Speeding up package installation - Jumping Rivers
Parallel package installation: Ncpus. If you examine the help package of ?install.packages {.R}, there's a sneaky argument called Ncpus .
Read more >install.packages function - RDocumentation
Download and install packages from CRAN-like repositories or from local files.
Read more >Building in parallel? - Google Groups
If a package does not build properly in parallel, you can override this setting by adding parallel = False to your package.” Thanks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is some preliminary ongoing work here:
Likely that 1.22 will also get experimental download cache, which can also speed up much installations, especially in CI
Just out of curiosity, how are things looking? 😃