×
Intel® oneAPI Threading Building Blocks (oneTBB)† is a flexible performance library that simplifies the work of adding parallelism to complex applications ...
oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert.

Intel Threading Building Blocks

ソフトウェア
インテル スレッディング・ビルディング・ブロック は、インテルが公開しているマルチスレッド対応のC++テンプレートライブラリである。マルチCPU・マルチコアCPUなどを搭載したコンピュータ上でアプリケーションを効率よく動作させることができる。 ウィキペディア
ライセンスデュアルライセンス: 商用 / オープンソース (Apache License 2.0)
最新版2021.10.0 / 2023年7月25日 (9か月前)
oneAPI Threading Building Blocks is a C++ template library developed by Intel for parallel programming on multi-core processors. Using TBB, a computation is ...
2016/09/06 · Intel® Threading Building Blocks (Intel® TBB) is a runtime-based parallel programming model for C++ code that uses threads.
The TBB task scheduler uses work stealing for load balancing. In scheduling threads on processors, we distinguish between work sharing and work stealing. In ...
関連する質問
oneTBB is a library that supports scalable parallel programming using standard ISO C++ code. Documentation includes Get Started Guide, Developer Guide, ...
Migrating from Threading Building Blocks (TBB) describes how to migrate from TBB to oneTBB. ... Intel's affiliates, Intel's partners, and Intel-authorized third- ...
Get documentation for a library that adds parallelism to complex applications.
Intel® Threading Building Blocks (Intel® TBB) includes dynamic shared library files, header files, and code examples for Windows*, Linux*, and Mac OS* X ...
The Intel TBB (Threading Building Blocks) is a widely used, award-winning C++ template library for creating reliable, portable, and scalable parallel ...