Parallelism in .NET – Part 6, Declarative Data Parallelism

Published Tue, Jan 26 2010 19:26
When working with a problem that can be decomposed by data, we have a collection, and some operation being performed upon the collection.  I’ve demonstrated how this can be parallelized using the Task Parallel Library and imperative programming using Read More...

Read the complete post at http://feedproxy.google.com/~r/ReedCopsey/~3/CP2k0Ee2wyI/