Threading Building Blocks
| Threading Building Blocks | |
|---|---|
| Developer(s) | Intel |
| Stable release | 2021.8
/ February 17, 2023 |
| Repository | |
| Written in | C++ |
| Operating system | FreeBSD, Linux, Solaris, macOS, Windows, Android |
| Type | library or framework |
| License | dual: commercial / open source (Apache 2.0), plus Freeware |
| Website | github intel |
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.