-
-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align our parallel range implementation with P3179 #6602
Comments
Hi @hkaiser, hope you're doing well. |
This issue possibly involves a lot of work, thus it may not be possible to be addressed by a sole GSoC project. Please feel free to start looking into this, if you like ;-) |
Sure, I'd like to start looking at this. |
We already do have parallel range-based algorithms (of our own design). We should make sure that our interfaces conform to what is being proposed for standardization. |
Understood. Thanks! |
Just FWIW, our range based parallel algorithms are here: https://github.com/STEllAR-GROUP/hpx/tree/master/libs/core/algorithms/include/hpx/parallel/container_algorithms |
thanks for pointing out the resource for range-based parallel algorithms. |
For details, see: wg21.link/p3179
The text was updated successfully, but these errors were encountered: