Are C++17 Parallel Algorithms implemented already?

前端 未结 4 2231
刺人心
刺人心 2020-11-27 17:54

I was trying to play around with the new parallel library features proposed in the C++17 standard, but I couldn\'t get it to work. I tried compiling with the up-to-date vers

4条回答
  •  盖世英雄少女心
    2020-11-27 18:28

    Intel has released a Parallel STL library which follows the C++17 standard:

    • https://github.com/intel/parallelstl

    It is being merged into GCC.

提交回复
热议问题