jacebrowning / jacebrowning/gitman
Clone sources in parallel
Open
feature
question
- Dominant language
- Python
- Stars
- 225
- Forks
- 36
- Avg merge
- 15h 47m
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.