Intel open-sourced a multithread library

I just read a news that Intel open-sourced a multithread library called Threading Building Blocks (TBB in short). The library is under GPL v2.0 and targeted to be OS-, processor-, compiler-independent. It is C++ and looks nice.

Here are the links:

http://arstechnica.com/news.ars/post/20070724-intel-open-sources-multicore-programming-tool.html
http://osstbb.intel.com/

你可能感兴趣的:(Misc,library,c++)