fenbf / cppstories-discussions

4 stars 1 forks source link

2018/06/parstl-tests/ #81

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Examples of Parallel Algorithms From C++17 - C++ Stories

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.

https://www.cppstories.com/2018/06/parstl-tests/

hmoffatt commented 2 years ago

Unfortunately nearly 4 years later we still don't have any parallel execution in Apple clang (Xcode).