It's coming!
C++17 STL Parallel Algorithms - with GCC 9.1 and Intel TBB on Linux and macOS
by Paul Silisteanu
From the article:
GCC 9.1 has support for C++17 parallel algorithms by using the Intel TBB library. In this article, I will show you how to build Intel TBB from sources on your machine and how to sort a vector of random numbers in parallel using C++17 std::sort...
Add a Comment
Comments are closed.