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 | 5898.3 Ops/sec |
Naive Quicksort | 3883.1 Ops/sec |
Inplace Quicksort | 45748.4 Ops/sec |
Heap Sort | 24758.1 Ops/sec |
Merge Sort | 7726.1 Ops/sec |
Shell Sort | 14166.7 Ops/sec |
Comb Sort | 10759.4 Ops/sec |
Insertion Sort | 4013.5 Ops/sec |
Fast QuickSort | 63775.5 Ops/sec |
mSort | 12554.0 Ops/sec |
Radix Bucket Sort | 5536.6 Ops/sec |
Bubble Sort | 773.0 Ops/sec |