Parallelism solves many problems in the computing world if done in the right way; parallelism is not good if the task is small and needs synchronization of resources, such a scenario would hurt performance.
source https://www.c-sharpcorner.com/article/increase-performance-of-linq-by-parallelism/
No comments:
Post a Comment