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 | 4854.9 Ops/sec |
Naive Quicksort | 3122.0 Ops/sec |
Inplace Quicksort | 20795.1 Ops/sec |
Heap Sort | 16512.2 Ops/sec |
Merge Sort | 6043.3 Ops/sec |
Shell Sort | 10643.2 Ops/sec |
Comb Sort | 10139.7 Ops/sec |
Insertion Sort | 2644.0 Ops/sec |
Fast QuickSort | 24549.3 Ops/sec |
mSort | 8849.7 Ops/sec |
Radix Bucket Sort | 5090.4 Ops/sec |
Bubble Sort | 343.7 Ops/sec |