The Threading Building Blocks library abstracts low-level threading details https://github.com/oneapi-src/oneTBB
Go to file
2024-01-05 18:21:10 +01:00
Getting_Started.pdf legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
README.md legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
Reference.pdf legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
tbb2.spec legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
tbb-2.2-20090809-cxxflags.patch legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
tbb-2.2-mfence.patch legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00
Tutorial.pdf legacy package [release 2020.3-2mamba;Sun Feb 26 2023] 2024-01-05 18:21:10 +01:00

tbb2

Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. TBB requires fewer lines of code to achieve parallelism than other threading models. The applications you write are portable across platforms. Since the library is also inherently scalable, no code maintenance is required as more processor cores become available.