Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Joe Duffy, Huseyin Yildiz, Daan Leijen, Stephen Toub - Parallel Extensions: Inside the Task Parallel
Mar 08, 2008 at 1:46 PMOne suggestion though: the fibonachi function is not really the best example for parallel computations. The fibonachi is a typical sequential funtion: F(n) depends on all F(m) m<n and the fastest way to compute is function is to start at F(0) and then calculate F(1), F(2) etc. This can be done in O(n).
The "parallel" example that was given in the show is O(n^2).
A parallel implementation will always be slower than a smart sequential implementation. (this is a challenge
I will start using the TPL on an HPC academic project and will share my findings if applicable.
Kind regards,
Martijn Kaag
http://www.kaag.eu