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

compile with all available cpu cores #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

divinity76
Copy link

@divinity76 divinity76 commented Sep 29, 2021

on multi-core systems, this may significantly speed up the git compiling process.
on my laptop with 4 cpu cores rolling Intel Core i7-8565U, this speeds up the git compile process from
real 3m6,341s
to
real 1m17,921s

(that's reduction of 57% ! but varies widely by cpu)

  • PS this may also significantly increase RAM consumption while compiling on multi-core systems, but generally there is a correlation between system RAM and number of cores (ie systems with lots of cpu cores usually have lots of ram as well)

on multi-core systems, this may significantly speed up the git compiling process.
on my laptop with 4 cpu cores rolling Intel Core i7-8565U, this speeds up the git compile process from 
real	3m6,341s
to
real	1m17,921s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant