Skip to content

Files

Latest commit

0e8c6a5 · Jun 24, 2018

History

History

tbb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 25, 2018
Jan 15, 2018
Jan 18, 2018
Jan 28, 2018
Jan 27, 2018
Jun 24, 2018
Mar 1, 2018
Jan 7, 2018
Jan 7, 2018
Jan 15, 2018
Jan 30, 2018
Jan 21, 2018
Jan 29, 2018

TBB - Intel Thread Building Blocks

Intel Threading Building Blocks offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you leverage multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a threads-replacement library; it represents a higher-level, taskbased parallelism that abstracts platform details and threading mechanisms for performance and scalability.

  • Github repository - link