Hacker News new | ask | show | jobs
by gnarbarian 270 days ago
I hate quick sort.

merge sort has a better big O, is cleaner conceptually, and is trivial to run concurrently.

bah humbug