Search⌘ K

Algorithms with Parallelized Versions

Discover how to use 77 parallelized algorithms introduced in C++17 to optimize your code performance. Understand the role of execution policies and explore third-party frameworks such as HPX to implement parallel STL in your programs.

We'll cover the following...

Here are the 77 algorithms with parallelized versions.

std::adjacent_difference std::adjacent_find std::all_of
std::any_of std::copy std::copy_if
std::copy_n std::count std::count_if
std::equal std::exclusive_scan std::fill
std::fill_n std::find std::find_end
std::find_first_of std::find_if std::find_if_not
...