gabr42 / gabr42/OmniThreadLibrary
Less busy processor cores
Open
- Dominant language
- Pascal
- Stars
- 513
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
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(`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.