Hacker News new | ask | show | jobs
by lionkor 970 days ago
C++ has had std::execution_policy for a long time now - you pass that with an algorithm like sort, for_each, etc. and it will choose a way to parallelize that for you.