×

Intel Threading Building Blocks

ソフトウェア
インテル スレッディング・ビルディング・ブロック は、インテルが公開しているマルチスレッド対応のC++テンプレートライブラリである。マルチCPU・マルチコアCPUなどを搭載したコンピュータ上でアプリケーションを効率よく動作させることができる。 ウィキペディア
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.
oneAPI Threading Building Blocks is a C++ template library developed by Intel for parallel programming on multi-core processors. Using TBB, a computation is ...
oneAPI Threading Building Blocks (oneTBB) is a runtime-based parallel programming model for C++ code that uses threads.
The Intel TBB is a library that helps you leverage multicore performance without having to be a threading expert.
評価 (15) · $25.65
This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems.
The CMake-based build can create shared and static versions of libtbb, libtbbmalloc and libtbbmalloc_proxy for the Intel i386 and x86_64 architectures.
This document contains information about oneTBB. It is a flexible performance library that let you break computation into parallel running tasks.
The Intel® Threading Building Blocks are part of the Intel® oneAPI Base Toolkit.
関連する質問
General usage information. The Intel Threaded Building Blocks (TBB) is a C++ library for shared memory parallel programming and heterogeneous computing ...