question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to download packages in parallel

See original GitHub issue

When 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:open
  • Created 7 years ago
  • Reactions:13
  • Comments:19 (12 by maintainers)

github_iconTop GitHub Comments

9reactions
memshardedcommented, Jan 30, 2020

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

4reactions
helmesjocommented, Mar 9, 2019

Just out of curiosity, how are things looking? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found