C++17 brings us parallel algorithms. However, there are not many implementations where you can use the new features. The situation is getting better and better, as we have the MSVC implementation and now Intel’s version will soon be available as the base for libstdc++
for GCC.
Since the library is important, I’ve decided to see how to use it and what it offers.
Read more...