By mswatcher
via geekswithblogs.net
Published: Aug 12 2010 / 09:42
Using Parallel Extensions you can reduce loop execution time by 95%. Which, if you're evaluating .NET 4.0 and VS 2010, should be a cinching argument*.
The Parallel Extensions library includes an abundance of features for fine-grained control over concurrent operations, and it also provides the very simple Parallel.ForEach construct, which takes an IEnumerable collection and an Action to run over each item



Add your comment