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

Add support for Job Pools #3667

Open
dmoody256 opened this issue May 23, 2020 · 0 comments
Open

Add support for Job Pools #3667

dmoody256 opened this issue May 23, 2020 · 0 comments

Comments

@dmoody256
Copy link
Contributor

Several other build systems use this idea, which is to group tasks together so that a given group will only utilize a certain number of cpu threads/cores out of the total number of threads/cores originally given to the build. This can improve overall build speed by preventing long jobs from bottle-necking dependencies, or organize jobs which don't run in parallel well (like high IO) from running together.

Looking at the Jobs class, I think that class will map pretty well to this concept.

Required information

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