Crate cursorsort

Source

Functionsยง

cursorsort
cursorsort sorts in place an array of any type that implements the PartialOrd trait. It does so by using a modified quicksort algorithm that uses cursor based partitioning and pivot selection.