This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. (January 2016) |
Developer(s) | Intel |
---|---|
Stable release | 2021.8
/ February 17, 2023[1] |
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[2] |
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.