Thursday, January 7, 2010

Recrusion Parallel Build A Tree Using .NET Task Parallel Library

In .NET 4.0 Microsoft would support the Parallel computing, which would be a great news for lots of people. For now, you can download the Visual Studio 2010 Beta 2 for a trial. Today, lots of workstation and personal computers have two or four or more cores CPU. The Task Parallel Library provided by .NET 4.0 would help you take advantage of the hardware. Software developer can parallelize their code to distribute work across multiple processors which make your software faster.
Here is a small example of building a tree.




No comments:

Post a Comment