Quicker Sort by Dietmar Kühl, Bloomberg L.P.
Abstract: Quicksort is a well-known sorting algorithm used to implement sort functionality in many libraries. The presentation isn’t really about the algorithm itself but rather about how to actually create an efficient implementation of the algorithm: a text-book implementation of the algorithm actually is not that quick (even if the pivot is chosen cleverly). … Quicker Sort by Dietmar Kühl, Bloomberg L.P.