Hacker News new | ask | show | jobs
by zhangxp1998 2324 days ago
It's just quick sort with insertion sort for small base cases.
1 comments

You forgot about heapsort. It's a combination of three sorting algorithms, not two. However trivial the difference may seem, I'd still prefer to look at a "C introsort vs C++ introsort" benchmark than a "C quicksort vs C++ often quicksort, but not really" benchmark.