Using C++17 Parallel Algorithms for Better Performance

Shikha Kaul

C++17 added support for parallel algorithms to the standard library, to help programs take advantage of parallel execution for improved performance. MSVC first added experimental support for some algorithms in 15.5, and the experimental tag was removed in 15.7.

Feedback usabilla icon