Using C++17 Parallel Algorithms for Better Performance--Billy O’Neal
A new blog post on C++17 by the Visual C++ Team:
Using C++17 Parallel Algorithms for Better Performance
by Billy O’Neal
From the article:
C++17 added support for parallel algorithms to the standard library, to help programs take advantage of parallel execution for improved performance...