Hacker News new | ask | show | jobs
by blharr 238 days ago
49 of those times, it's hitting the best case of sorting an already sorted list, so I still can't imagine that huge of a performance penalty
1 comments

There are sort algorithms that don’t do any work except scanning if the list is unsorted, but there are more efficient ones to use if they are.