Uh oh!
There was an error while loading. Please reload this page.
Parallel Scripts - #155
Closed
aminya wants to merge 15 commits into
Closed
Conversation
aminyaforce-pushed
the
parallel-scripts
branch
7 times, most recently
from
September 13, 2020 01:00
5f5ea13 to
88e6fc5Compareaminyaforce-pushed
the
parallel-scripts
branch
13 times, most recently
from
September 16, 2020 06:46
12b21e8 to
5a9f781Compareaminyaforce-pushed
the
parallel-scripts
branch
6 times, most recently
from
September 18, 2020 11:39
cadc18f to
75f4e4cCompareaminyaforce-pushed
the
parallel-scripts
branch
from
September 23, 2020 12:09
49f9426 to
39658a9Compareaminyaforce-pushed
the
parallel-scripts
branch
from
September 23, 2020 12:22
39658a9 to
429be90Compareaminyaforce-pushed
the
parallel-scripts
branch
from
September 26, 2020 20:05
429be90 to
634ece5Compareaminya
commented
Sep 28, 2020
MemberAuthor
/rebase |
This reverts commit 8f1a2c4.
aminyaforce-pushed
the
parallel-scripts
branch
from
September 28, 2020 06:30
634ece5 to
d205793Compare
This was referenced Sep 28, 2020
aminyaforce-pushed
the
master
branch
3 times, most recently
from
October 2, 2020 00:10
d5b2b31 to
1808785Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run build scripts on different threads in parallel.
Benefits
Running this on a computer with multiple cores gives a good speedup.
Even in the CI with a processor with only 2 cores.
For example, on Linux the bootstrap time is reduced from 7:30 to 3:41, which is 203% faster (2X).