xref: /oneTBB/README.md (revision a1f53c8f)
1# oneAPI Threading Building Blocks
2[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE.txt) [![oneTBB CI](https://github.com/oneapi-src/oneTBB/actions/workflows/ci.yml/badge.svg)](https://github.com/oneapi-src/oneTBB/actions/workflows/ci.yml?query=branch%3Amaster)
3
4oneAPI Threading Building Blocks (oneTBB) lets you easily write parallel C++ programs that take
5full advantage of multicore performance, that are portable, composable and have future-proof scalability.
6
7## Release Information
8Here are [Release Notes]( https://software.intel.com/en-us/articles/intel-oneapi-threading-building-blocks-release-notes) and
9[System Requirements](https://software.intel.com/en-us/articles/intel-oneapi-threading-building-blocks-system-requirements).
10
11## Documentation
12* [oneTBB Specification](https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-index.html)
13* [oneTBB Developer Guide and Reference](https://software.intel.com/en-us/oneapi-tbb-documentation)
14* [Migrating from TBB to oneTBB](https://software.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top/onetbb-developer-guide/migrating-from-threading-building-blocks-tbb.html)
15* README for build system: [cmake/README.md](cmake/README.md)
16* [Basic support for the Bazel build system](Bazel.md)
17
18## Support
19Please report issues and suggestions via
20[GitHub issues](https://github.com/oneapi-src/oneTBB/issues) or start a topic on the
21[oneTBB forum](https://community.intel.com/t5/Intel-oneAPI-Threading-Building/bd-p/oneapi-threading-building-blocks).
22
23## How to Contribute
24We welcome community contributions, so check our [contributing guidelines](CONTRIBUTING.md)
25to learn more.
26
27## License
28oneAPI Threading Building Blocks is licensed under [Apache License, Version 2.0](LICENSE.txt).
29By its terms, contributions submitted to the project are also done under that license.
30
31## Security
32To report security issues please go to https://intel.com/security.
33
34## Engineering team contacts
35* [E-mail us.](mailto:[email protected])
36
37------------------------------------------------------------------------
38Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
39
40\* Other names and brands may be claimed as the property of others.
41