smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

Compare performance of argsort and algorithm::sort::quick_sort

Open Mec-iS opened this issue 1 year ago • 0 comments

I'm submitting a

  • [x] improvement

Current Behaviour:

Most methods use MutArrayView1::argsort and argsort_mut. Would be convenient to move these usages to algorithm::sort::quick_sort and how much?

Expected Behaviour:

Some methods could be faster if using quick_sort?

Mec-iS avatar Nov 01 '22 12:11 Mec-iS