summaryrefslogtreecommitdiffstats
path: root/libraries/libtbb/README
diff options
context:
space:
mode:
author João Felipe Santos <joao.eel@gmail.com>2010-06-15 00:33:30 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-15 00:33:30 -0500
commit5ae41a51f9cc69060aa604144e5fe8a597b6892c (patch)
treecd8c9d930569d7b84b22c25ce60ef912850b8864 /libraries/libtbb/README
parent076e20b4749fcf43fac74ccb8ec382e7967038ae (diff)
downloadslackbuilds-5ae41a51f9cc69060aa604144e5fe8a597b6892c.tar.gz
slackbuilds-5ae41a51f9cc69060aa604144e5fe8a597b6892c.tar.xz
libraries/libtbb: Added (Intel® Threading Building Blocks)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libtbb/README')
-rw-r--r--libraries/libtbb/README7
1 files changed, 7 insertions, 0 deletions
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.