Threading Building Blocks

Threading Building Blocks
Developer(s)Intel
Stable release
2021.8 / February 17, 2023 (2023-02-17)
Repository
Written inC++
Operating systemFreeBSD, Linux, Solaris, macOS, Windows, Android
Typelibrary or framework
Licensedual: commercial / open source (Apache 2.0), plus Freeware
Websitegithub.com/oneapi-src/oneTBB
intel.com/oneTBB

oneAPI Threading Building Blocks (oneTBB; formerly Threading Building Blocks or TBB) is a C++ template library developed by Intel for parallel programming on multi-core processors. Using TBB, a computation is broken down into tasks that can run in parallel. The library manages and schedules threads to execute these tasks.