Skip to content

Less busy processor cores #217

@Uefi1

Description

@Uefi1

Hi, I have an idea to specify the least busy cores in OTL
For example, I found out that my processor has 4 cores, the least busy of which are 1, 3, 4

And then I would like to write the following code:

Parallel.For(0, List.Count - 1).NoWait.NumTasks([1, 3, 4]).Execute(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions