Parallel Algorithms
摘要
We develop a parallel version of the fractal set based on the parallel algorithms in the standard library. In addition, we show how to combine parallel algorithms and asynchronous programming in HPX. Parallel algorithms were introduced with the C++ 17 standard and are an extension of the algorithm library. We show how to use vectorization when running the parallel algorithms.