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 | 6096.7 Ops/sec |
Naive Quicksort | 4251.4 Ops/sec |
Inplace Quicksort | 26132.5 Ops/sec |
Heap Sort | 19620.2 Ops/sec |
Merge Sort | 7430.1 Ops/sec |
Shell Sort | 12092.8 Ops/sec |
Comb Sort | 11796.3 Ops/sec |
Insertion Sort | 5044.7 Ops/sec |
Fast QuickSort | 42239.7 Ops/sec |
mSort | 11838.6 Ops/sec |
Radix Bucket Sort | 7295.5 Ops/sec |
Bubble Sort | 1174.5 Ops/sec |