Comment on Quadsort: a stable non-recursive merge sortparentComments−nwellnhof6yIt depends on the implementation but Quicksort typically beats Timsort with random data. Quicksort is unstable though, so that's not a fair comparison.
Comments
It depends on the implementation but Quicksort typically beats Timsort with random data. Quicksort is unstable though, so that's not a fair comparison.