Test case name | Result |
---|---|
Inplace Quicksort | |
Merge Sort | |
Built-in Sort | |
Heap Sort | |
Shell Sort | |
Insertion Sort | |
mSort | |
Comb Sort | |
Radix Bucket Sort | |
Fast QuickSort | |
Naive Quicksort | |
Bubble Sort |
Test name | Executions per second |
---|---|
Inplace Quicksort | 37735.4 Ops/sec |
Merge Sort | 29898.0 Ops/sec |
Built-in Sort | 125716.6 Ops/sec |
Heap Sort | 17181.4 Ops/sec |
Shell Sort | 282963.3 Ops/sec |
Insertion Sort | 425731.0 Ops/sec |
mSort | 157084.7 Ops/sec |
Comb Sort | 39019.2 Ops/sec |
Radix Bucket Sort | 79408.6 Ops/sec |
Fast QuickSort | 106169.1 Ops/sec |
Naive Quicksort | 30966.7 Ops/sec |
Bubble Sort | 200356.4 Ops/sec |