tbb2018.5

High level abstract threading library

Version

2018.5-5
(2025-12-31)

Size

132.4

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.