• Forum
  • Lounge
  • The Amazing Performance of C++17 Paralle

 
The Amazing Performance of C++17 Parallel Algorithms


With the addition of Parallel Algorithms in C++17, you can now easily update your “computing” code to benefit from parallel execution. In the article, I’d like to examine one STL algorithm which naturally exposes the idea of independent computing. If your machine has 10-core CPU, can you always expect to get 10x speed up? Maybe more? Maybe less? Let’s play with this topic.

https://www.bfilipek.com/2018/11/parallel-alg-perf.html#parallel-stdtransform
I you do know what you are doing, then you can get what you want.

Nothing new in itself, but C++17 (and that linked book?) adds some meat to the bones of the can.
Topic archived. No new replies allowed.