c++ parallel sort algorithm example

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-12-02 00:00:00 +00:00
parent 998e37aa42
commit 7b74328603
4 changed files with 67 additions and 1 deletions

View File

@@ -14020,6 +14020,13 @@ Bibliography:
* https://stackoverflow.com/questions/31978324/what-exactly-is-stdatomic/58904448#58904448 "What exactly is std::atomic?"
[[cpp-parallel-algorithms]]
===== C++ parallel algorithms
https://stackoverflow.com/questions/51031060/are-c17-parallel-algorithms-implemented-already/55989883#55989883
link:userland/cpp/parallel_sort.cpp[]
[[cpp-standards]]
==== C++ standards