slackbuilds/libraries/tbb
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
tbb.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
tbb.info libraries/tbb: Use correct github URL. 2020-10-17 09:36:36 +07:00

README

Intel(r) Threading Building Blocks (Intel 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. Intel TBB 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.