Coherence
Library
Sort A
Sort A
It's the fastest constant-space, stable sorting algorithm versus Insertion Sort and Selection Sort.
Sort B
Sort B
It's the fastest constant-space sorting algorithm versus Shell Sort gap sequences and Heap Sort.
Sort C
Sort C
It's the fastest linear-space, stable sorting algorithm versus Merge Sort, Radix Sort and Tim Sort.