diff options
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 |
commit | 5ae41a51f9cc69060aa604144e5fe8a597b6892c (patch) | |
tree | cd8c9d930569d7b84b22c25ce60ef912850b8864 /libraries/libtbb/README | |
parent | 076e20b4749fcf43fac74ccb8ec382e7967038ae (diff) |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libtbb/README b/libraries/libtbb/README new file mode 100644 index 0000000000000..ef790bf552e58 --- /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. |