the GNU implementation of the C++ Library supports a parallel mode, explained here.
__gnu_parallel::sort(v.begin(), v.end());
?Thanks for your experiences.
Sascha
Too late answer, but:
I would seriously consider Intel TBB. One thing that I noted missing from C++ standard parallel mode is parallel containers. TBB containers do not follow the interface of C++ standard containers, but they provide justifications for this. Besides, TBB has a number of examples and design patterns.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With