Author: SSWUG Research

Community

Limiting Loop Parallelism

(Richard Carr) For most parallel loops it’s fine to allow the Task Parallel Library to determine the level of parallelism. The number of concurrent operations is set automatically to try to achieve better performance. In other cases it’s important to limit parallelism.