Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C++
Article

Threading Building Blocks for C++

Rate me:
Please Sign up or sign in to vote.
3.80/5 (6 votes)
10 Jul 2019CPOL 20.4K   11   2
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

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager
United States United States
Jeff Fritz is a senior program manager in Microsoft’s Developer Division working on the .NET Community Team. As a long time web developer and application architect with experience in large and small applications across a variety of verticals, he knows how to build for performance and practicality. Four days a week, you can catch Jeff hosting a live video stream called 'Fritz and Friends' at twitch.tv/csharpfritz. You can also learn from Jeff on WintellectNow and Pluralsight, follow him on twitter @csharpfritz, and read his blog at jeffreyfritz.com

Comments and Discussions

 
QuestionAgree with Rick York - Code Project should feature articles not promo videos. Pin
Mike Diack10-Jul-19 23:56
Mike Diack10-Jul-19 23:56 
QuestionReally? Pin
Rick York10-Jul-19 5:19
mveRick York10-Jul-19 5:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.