SciProgCentre/kmath

Implement effective permSort algorithms

altavir opened this issue · 0 comments

Perm sort was implemented in #435, but the performance is not tested. Also, there should be more effective algorithms than the one from stdlib. One needs to test different sorting algorithms and implement them for primitives and boxed values