C++ Parallel STL Benchmark
Today, I’m happy to present a guest post from Victor J. Duvanenko about my favorite C++17 feature: the parallel STL algorithms. Victor has published a book about “Practical Parallel Algorithms in C++ and C#“. Without further ado, here is Victor guest post: C++ includes a standard set of generic algorithms, called STL (Standard Template Library). […]