summaryrefslogtreecommitdiffstats
path: root/libraries/libtbb/README
diff options
context:
space:
mode:
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.