Skip to content

Add support for Job Pools #3667

Open
Open
@dmoody256

Description

@dmoody256

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions