The Threading Building Blocks library abstracts low-level threading details https://github.com/oneapi-src/oneTBB
Go to file
2024-01-05 18:21:02 +01:00
Getting_Started.pdf update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00
README.md update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00
Reference.pdf update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00
tbb-2.2-20090809-cxxflags.patch update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00
tbb-2.2-mfence.patch update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00
tbb.spec automatic version update by autodist [release 2021.10.0-1mamba;Tue Jul 25 2023] 2024-01-05 18:21:02 +01:00
Tutorial.pdf update to 4.2_20140122 [release 4.2_20140122-1mamba;Sat Mar 01 2014] 2024-01-05 18:20:59 +01:00

tbb

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.