vix.ing · top · new · best · stats · spec

Why Is Dual-Pivot Quicksort Fast?

2015/11/03 by Sebastian Wild, Wild, Sebastian
Computer Science · #Algorithms and Data Compression #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Numerical Methods and Algorithms #Parallel Computing and Optimization Techniques

paper · pdf · doi:10.48550/arxiv.1511.01138

openalex publication_date 2015/11/03 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

I discuss the new dual-pivot Quicksort that is nowadays used to sort arrays of primitive types in Java. I sketch theoretical analyses of this algorithm that offer a possible, and in my opinion plausible, explanation why (a) dual-pivot Quicksort is faster than the previously used (classic) Quicksort and (b) why this improvement was not already found much earlier.

Citations

Related