Posts

timelineParallelSTL

Performance of the Parallel STL Algorithms

/
In my last post, "Parallel Algorithms of the STL with the GCC Compiler", I presented the necessary theory…
timelineParallelSTL

Parallel Algorithms of the STL with the GCC Compiler

/
GCC supports my favorite C++17 feature: the Standard Template Library (STL) parallel algorithms. I recognized…