(same problem here with the missing video, but WMV worked fine.)
Maybe I missed it in the video, but if I got this right, the Parallel.For is the younger (and stronger ) brother of C++ OpenMP ("#pragma omp parallel for"), right? Is there a difference between those two (besides the nice things like a ready-to-use ForEach)
or is Parallel basically the .Net port of OpenMP?
10-4 Episode 6: Parallel Extensions
Jan 23, 2009 at 3:31 AMMaybe I missed it in the video, but if I got this right, the Parallel.For is the younger (and stronger