The Bitter Lesson: how implementing generic search and scaling compute outperforms custom logic in many situations:
miniblog.
Related Posts
pdqsort ("pattern defeating quicksort") is an incredibly fast sort that even outperforms timsort and std::sort in C++!