Hacker News new | ask | show | jobs
by sbi 4127 days ago
Heapsort has poor cache performance though. Its asymptotic complexity depends on the assumption that memory access is O(1), which is not borne out in practice.
1 comments

This is true, but the worst case of quicksort is so rare that this does not matter for average performance.