parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

__gnu_parallel::sort not working with custom comparators


From: Stavros Papadopoulos
Subject: __gnu_parallel::sort not working with custom comparators
Date: Mon, 17 Aug 2015 20:33:17 -0400

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

[Prev in Thread] Current Thread [Next in Thread]