
Thought I'd pass along this news. Intel open sources multicore programming tool Intel announced today that they're open-sourcing their cross-platform Thread Building Blocks 2.0 (TBB) template library. The aim of TBB, is to make it easier for coders in C++ to express task-level parallelism. TBB works by abstracting parallelism above the level that most programmers are currently used to, especially those coders who use POSIX or Windows threads. Coders can use the TBB template library in conjunction with the platform's native threads, and the different pieces of the project (task scheduler, mutex locks, atomic operations, containers, etc.) can be used independently of one another. Link to story: http://arstechnica.com/news.ars/post/20070724-intel-open-sources-multicore-p... Download: http://osstbb.intel.com/