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

Clone sources in parallel #281

Open
Erich-McMillan opened this issue Apr 14, 2022 · 0 comments
Open

Clone sources in parallel #281

Erich-McMillan opened this issue Apr 14, 2022 · 0 comments
Assignees

Comments

@Erich-McMillan
Copy link
Collaborator

Issue:
Cloning can be slow if many sources are present (and each source is large > 100MB) since clone is sequential.

Proposal:
Clone each source in parallel to improve total time.

Question:
Will this actually be faster, not sure if git already is using multi-threading internally.

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