Hi there,

I have tested __gnu_parallel::sort with a custom comparator, and I found
out that it performs identically to std::sort. This probably means that
__gnu_parallel::sort is not designed to work with a custom comparator. Is
that correct?

If so, are there any work arounds, or another parallel version of std::sort
that works with custom comparators?

Thanks a lot for your time!

Best,
Stavros

Reply via email to