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

Using python to clone bundles in parallel #629

Closed
wants to merge 6 commits into from

Conversation

hackaugusto
Copy link

This uses the python extension with the multiprocessing module to create a pool of 15 processes to download the bundles. The synchronization is taken care by the standard library, so most of the code is to update the ui.

I also added a flag to do shallow copies.

Related to the issue: #259

@gmarik
Copy link
Contributor

gmarik commented Oct 23, 2015

@hackaugusto thanks! Looks like neat feature.
Tho it won't be merged until #619 is ready…
Thanks!

@thom-nic
Copy link

I noticed a couple new plugin managers (vim-plug and Dein.vim) claim to support parallel install with Vim8/ NeoVim. Wondering if there's been any further discussion (since #259 was closed) on adding this capability to Vundle?



" ---------------------------------------------------------------------------
" Creates bundle detiny directory and return a bundle dictionary.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: destination

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

Successfully merging this pull request may close these issues.

4 participants