Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 29-Jul-2021 | - | ||||
build/ | H | 03-May-2022 | - | 7,624 | 6,269 | |
cmake/ | H | 29-Jul-2021 | - | 1,583 | 1,288 | |
doc/ | H | 03-May-2022 | - | |||
examples/ | H | 03-May-2022 | - | 125,738 | 105,317 | |
include/ | H | 03-May-2022 | - | 47,379 | 33,328 | |
jni/ | H | 29-Jul-2021 | - | 131 | 85 | |
python/ | H | 03-May-2022 | - | 2,983 | 2,135 | |
src/ | H | 03-May-2022 | - | 132,974 | 99,362 | |
CHANGES | H A D | 29-Jul-2021 | 112.8 KiB | 2,920 | 2,216 | |
Doxyfile | H A D | 29-Jul-2021 | 54.4 KiB | 1,326 | 953 | |
LICENSE | H A D | 29-Jul-2021 | 11.1 KiB | 202 | 169 | |
Makefile | H A D | 29-Jul-2021 | 2.5 KiB | 76 | 42 | |
README | H A D | 29-Jul-2021 | 353 | 12 | 7 | |
README.md | H A D | 29-Jul-2021 | 1.9 KiB | 34 | 24 |
README
1Intel(R) Threading Building Blocks - README 2 3See index.html for directions and documentation. 4 5If source is present (./Makefile and src/ directories), 6type 'gmake' in this directory to build and test. 7 8See examples/index.html for runnable examples and directions. 9 10See http://threadingbuildingblocks.org for full documentation 11and software information. 12
README.md
1# Threading Building Blocks 2020 2[![Stable release](https://img.shields.io/badge/version-2020.3-green.svg)](https://github.com/intel/tbb/releases/tag/v2020.3) 3[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) 4 5Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take 6full advantage of multicore performance, that are portable, composable and have future-proof scalability. 7 8## Release Information 9Here are the latest [Changes](CHANGES) and [Release Notes](doc/Release_Notes.txt) (contains system requirements and known issues). 10 11Since [2018 U5](https://github.com/intel/tbb/releases/tag/2018_U5) TBB binary packages include [Parallel STL](https://github.com/intel/parallelstl) as a high-level component. 12 13## Documentation 14* TBB [tutorial](https://software.intel.com/en-us/tbb-tutorial) 15* TBB general documentation: [stable](https://software.intel.com/en-us/tbb-documentation). For latest documentation please refer to the [latest](https://github.com/intel/tbb/releases/latest) release assets. 16 17## Support 18Please report issues and suggestions via 19[GitHub issues](https://github.com/intel/tbb/issues) or start a topic on the 20[TBB forum](http://software.intel.com/en-us/forums/intel-threading-building-blocks/). 21 22## How to Contribute 23To contribute to TBB, please open a GitHub pull request (preferred) or send us a patch by e-mail. 24Threading Building Blocks is licensed under [Apache License, Version 2.0](LICENSE). 25By its terms, contributions submitted to the project are also done under that license. 26 27## Engineering team contacts 28* [E-mail us.](mailto:inteltbbdevelopers@intel.com) 29 30------------------------------------------------------------------------ 31Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries. 32 33\* Other names and brands may be claimed as the property of others. 34