Visual C++ 10では並列ランタイムとライブラリが提供される

今月のMSDNマガジンにも載ってましたが、VC++10にはParallel Pattern Library (PPL)というのが入るそうです。
(STLライクなライブラリになるのかな?)

それと、Visual Studioにマルチスレッドコードのデバッグを支援する機能が入るんだとか。


Visual C++ Team Blog - Follow-up Post on VC at the PDC

Concurrency Runtime Deep Dive: How to Harvest Multicore Computing Resources

Parallel Symposium: Addressing the Hard Problems with Concurrency

Parallel Programming for C++ Developers in the Next Version of Microsoft Visual Studio

MSDNマガジン - パラダイム シフト : 並列プログラミングの設計上の考慮事項