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.

ACCU’s Overload journal of June 2017 is out. It contains the following C++ related articles.