Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up package installations #55

Open
dvcrn opened this issue Dec 17, 2015 · 2 comments
Open

Speed up package installations #55

dvcrn opened this issue Dec 17, 2015 · 2 comments

Comments

@dvcrn
Copy link
Owner

dvcrn commented Dec 17, 2015

Maybe something like this:

  1. Take package list
  2. If under 5, install all in parallel
  3. If over 5, take 5, install parallel and repeat

Right now it installs sequentially. I tried the all parallel approach before but that didn't end so well.

@sglyon
Copy link
Contributor

sglyon commented Dec 17, 2015

Would there be potential issues with co-dependencies (e.g. trying to grab linter-pep8, linter-clojure, and linter all at the same time)?

@dvcrn
Copy link
Owner Author

dvcrn commented Dec 17, 2015

Hmm I don't think so. We just need to make sure that packages don't install other packages and all package management is done through proton.

Might be tricky but maybe we can stub package-deps out and replace it with a dummy module that does nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants