As a drop-in replacement for std::sort, do you have plans to add support for parallel execution in pdqsort? As I'm sure you know, sort can now do this, ` std::sort(std::execution::par, lines.begin(), lines.end());`
As a drop-in replacement for std::sort, do you have plans to add support for parallel execution in pdqsort?
As I'm sure you know, sort can now do this,
std::sort(std::execution::par, lines.begin(), lines.end());