Hacker News new | ask | show | jobs
by sedatk 1897 days ago
> std::thread?

They probably meant something more declarative, along the lines of OpenMP.

2 comments

https://en.cppreference.com/w/cpp/algorithm/execution_policy...

Most STL algorithms can be executed in parallel from C++17.

so... openmp?

It is standardized and widely implemented, just not part of the C++ standard itself.