Here is an implementation
Coding time: Implement your own Parallel.For in C#
I have applied this code into my code, it really works.
And there is the AForge.Net Framework project. The 2.0.0 beta also contains an implementation of Parallel.For
http://code.google.com/p/aforge/
I have also applied this into my code. It can gain 10% further improvement than the previous implementation.
Finally, there is the official Microsoft Parallel Extensions to .NET Framework 3.5, but I cannot comply it in Visual Studio 2005.
http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&displaylang=en
The overall improvement is about 40% compared with the original single thread one.
Showing posts with label vc2005. Show all posts
Showing posts with label vc2005. Show all posts
Friday, May 22, 2009
Sunday, February 15, 2009
安裝 .Net 3.0 SDK 在 Visual Studio 2005
安裝了.Net 3.5 後,無法再安裝 .Net 3.0 SDK 在 Visual Studio 2005,以下文章提供了解決方法
Problem installing Visual Studio 2005 extension (WCF & WPF) - Yohan Andreas
Problem installing Visual Studio 2005 extension (WCF & WPF) - Yohan Andreas
Subscribe to:
Posts (Atom)