Do you know them?
Examples of Parallel Algorithms From C++17
by Bartlomiej Filipek
From the article:
MSVC (VS 2017 15.7, end of June 2018) is as far as I know the only major compiler/STL implementation that has parallel algorithms. Not everything is done, but you can use a lot of algorithms and apply std::execution::par on them!
Have a look at few examples I managed to run...
Add a Comment
Comments are closed.