Test case name | Result |
---|---|
Built-in Sort | |
Naive Quicksort | |
Inplace Quicksort | |
Heap Sort | |
Merge Sort | |
Shell Sort | |
Comb Sort | |
Insertion Sort | |
Fast QuickSort | |
mSort | |
Radix Bucket Sort | |
Bubble Sort | |
Counting Sort | |
Binary insertion sort |
Test name | Executions per second |
---|---|
Built-in Sort | 1225358.8 Ops/sec |
Naive Quicksort | 377748.1 Ops/sec |
Inplace Quicksort | 2105051.5 Ops/sec |
Heap Sort | 2804407.0 Ops/sec |
Merge Sort | 709370.3 Ops/sec |
Shell Sort | 2476747.5 Ops/sec |
Comb Sort | 2199452.0 Ops/sec |
Insertion Sort | 3159426.5 Ops/sec |
Fast QuickSort | 2632909.0 Ops/sec |
mSort | 3126346.2 Ops/sec |
Radix Bucket Sort | 381655.7 Ops/sec |
Bubble Sort | 2953959.2 Ops/sec |
Counting Sort | 366113.9 Ops/sec |
Binary insertion sort | 2568222.8 Ops/sec |