65.9K
CodeProject is changing. Read more.
Home

Threading Building Blocks for C++

starIconstarIconstarIconstarIconstarIcon

5.00/5 (6 votes)

Jul 10, 2019

CPOL
viewsIcon

20602

In this video, Jeff shows a pair of examples that use the Threading Building Blocks to make code execute faster on a multi-core processor

Threading Building Blocks are a series of classes, methods, and objects from Intel that allow developers to write code that focuses on the problems they need to solve, and let the Building Blocks handle threading and parallel execution. In this video, Jeff shows a pair of examples that use the Threading Building Blocks to make code execute faster on a multi-core processor