tbb 2020.3 C++ library for parallel programming
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. It provides parallel loop constructs, asynchronous tasks, synchronization primitives, atomic operations, and more.
- Website: https://www.threadingbuildingblocks.org
- License: ASL 2.0
- Package source: tbb.scm
- Patches: snippet
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux, i586-gnu