From 5ae41a51f9cc69060aa604144e5fe8a597b6892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Felipe=20Santos?= Date: Tue, 15 Jun 2010 00:33:30 -0500 Subject: =?UTF-8?q?libraries/libtbb:=20Added=20(Intel=C2=AE=20Threading=20?= =?UTF-8?q?Building=20Blocks)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robby Workman --- libraries/libtbb/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/libtbb/README (limited to 'libraries/libtbb/README') diff --git a/libraries/libtbb/README b/libraries/libtbb/README new file mode 100644 index 0000000000..ef790bf552 --- /dev/null +++ b/libraries/libtbb/README @@ -0,0 +1,7 @@ +IntelĀ® Threading Building Blocks (TBB) offers a rich and complete +approach to expressing parallelism in a C++ program. It is a library +that helps you take advantage of multi-core processor performance +without having to be a threading expert. Threading Building Blocks is +not just a threads-replacement library. It represents a higher-level, +task-based parallelism that abstracts platform details and threading +mechanisms for scalability and performance. -- cgit v1.2.3