Open gnzlbg opened 7 years ago
We applied five or six papers with parallel algorithm changes to the C++ WP in Kona, I would strongly urge anyone interested in working on this to avoid using either the parallelism TS or P0024 as a reference and instead use the C++WP directly.
@CaseyCarter Are you referring to the working draft of the standard linked on isocpp.org? Or is there a more succinct/better version somewhere?
The isocpp.org link is at least two revisions out of date: the current C++ WP is https://wg21.link/n4659. Generally, the comments at https://github.com/cplusplus/draft/tree/master/papers will tell you which of the higher numbered PDFs is the current WP.
P0024R2: The Parallelism TS Should be Standardized:
About the parallel algorithms... we are going to need range versions of these at some point, but one should open a different issue for those.