C++17 in details: Parallel Algorithms--Bartlomiej Filipek

THe series continue.

C++17 in details: Parallel Algorithms

by Bartlomiej Filipek

From the article:

Writing multithreaded code is hard. You’d like to utilize all of the machine’s processing power, keeping code simple and avoid data races at the same time.

Let’s see how C++17 can make writing parallel code a bit easier.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.