Hacker News new | ask | show | jobs
by cvbncvbncgbc 4434 days ago
Calling it fastest is not fair. Timsort appears to be very fast because most real world data we operate it on is somewhat sorted, but requires O(n) extra memory. It simply depends on the situation and data.