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 | 2597.7 Ops/sec |
Naive Quicksort | 220.3 Ops/sec |
Inplace Quicksort | 386.2 Ops/sec |
Heap Sort | 258.3 Ops/sec |
Merge Sort | 322.6 Ops/sec |
Shell Sort | 213.8 Ops/sec |
Comb Sort | 140.5 Ops/sec |
Insertion Sort | 5.2 Ops/sec |
Fast QuickSort | 358.3 Ops/sec |
mSort | 372.6 Ops/sec |
Radix Bucket Sort | 764.8 Ops/sec |
Bubble Sort | 1.2 Ops/sec |