Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming

Submission + - Intel open-sources parallelization Framework

CajunArson writes: An interesting article over at Ars Technica discussing Intel's recent release of its http://osstbb.intel.com/">Thread Building Blocks 2.0 templating library for C++. This library provides a higher level of abstraction for writing parallel code than normal POSIX or Windows threads provide. It has been pushed by Intel in the past as a similar concept to OpenMP, although its template nature means it is much more focused on C++.

Some interesting notes on Intel's earnestness in open-sourcing the project: Released under GPL version 2, it runs on non-Intel CPUs (even non-x86 as in the G5), and it is already ported to Linux and Solaris as well as Windows.
Intel

Submission + - Intel open-sources multicore programming toolkit (arstechnica.com) 1

Doctor Memory writes: Intel has recently open-sourced their previously closed-source TBB 2.0 (Thread Building Blocks) C++ library. The library provides parallel algorithm templates for "task-based parallelism", emphasizing logical tasks instead of physical threads. The web site (osstbb.intel.com) hosts an FAQ, a forum link, and a download page to get the latest version of the source. Licensed under GPLv2, Intel will continue to sell a commercial version of the library which will include engineering support. There's a more in-depth overview over at Ars Technica.

Slashdot Top Deals

What good is a ticket to the good life, if you can't find the entrance?

Working...