Practical efficiency and smaller variance in performance were demonstrated against optimised quicksorts (of Sedgewick and Bentley-McIlroy).
The Microsoft .NET Framework Class Library, starting from version 4.5 (2012), uses Introsort instead of simple QuickSort.
Like quicksort, it was developed by Tony Hoare, and thus is also known as Hoare's selection algorithm.