C++17 in detail: Parallel Algorithms -- Bartlomiej Filipek
Let’s see how C++17 can make writing parallel code a bit easier.
C++17 in details: Parallel Algorithms
by Bartlomiej Filipek
From the article:
With C++17 we get a lot of algorithms that can be executed in a parallel/vectorized way. That’s amazing, as it’s a solid abstraction layer. With this making, apps is much easier. A similar thing could be achieved possibly with C++11/14 or third-party APIs, but now it’s all in the standard.

Have you registered for CppCon 2017 in September?
ACCU’s Overload journal of June 2017 is out. It contains the following C++ related articles.
Have you registered for CppCon 2017 in September?
Have you registered for CppCon 2017 in September? 