tbb

High level abstract threading library

Version

2022.3.0-1
(2025-11-08)

Size

165.1

KiB

Repository

HaikuPorts
x86_64
Threading Building Blocks (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.