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 |
Test name | Executions per second |
---|---|
Built-in Sort | 5309.9 Ops/sec |
Naive Quicksort | 937.0 Ops/sec |
Inplace Quicksort | 0.0 Ops/sec |
Heap Sort | 0.0 Ops/sec |
Merge Sort | 822.5 Ops/sec |
Shell Sort | 8340.3 Ops/sec |
Comb Sort | 0.0 Ops/sec |
Insertion Sort | 1122.7 Ops/sec |
Fast QuickSort | 0.0 Ops/sec |
mSort | 2235.3 Ops/sec |
Radix Bucket Sort | 437.9 Ops/sec |
Bubble Sort | 426.0 Ops/sec |