oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert.
The library lets you easily write parallel programs that take full advantage of the multi-core performance. Such programs are portable, composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and classes to parallelize and scale the code. All you have to do is to use the templates.
The library differs from typical threading packages in the following ways:
Refer to oneTBB examples and samples to see how you can use the library.
oneTBB is a part of the UXL Foundation and is an implementation of oneAPI specification.
NOTE: Threading Building Blocks (TBB) is now called oneAPI Threading Building Blocks (oneTBB) to highlight that the tool is a part of the oneAPI ecosystem.
See Release Notes and System Requirements.
See Installation from Sources to learn how to install oneTBB.
The oneTBB project is governed by the UXL Foundation. You can get involved in this project in following ways:
See our documentation to learn how to request help.
We welcome community contributions, so check our Contributing Guidelines to learn more.
Use GitHub Issues for feature requests, bug reports, and minor inquiries. For broader questions and development-related discussions, use GitHub Discussions.
oneAPI Threading Building Blocks is licensed under Apache License, Version 2.0. By its terms, contributions submitted to the project are also done under that license.
* All names and brands may be claimed as the property of others.