miniblog.
← Back to all posts
Apr 4, 2020 at 05:08
pdqsort ("pattern defeating quicksort") is an incredibly fast sort that even outperforms timsort and std::sort in C++!
pdqsort/readme.md at master · orlp/pdqsort
Pattern-defeating quicksort. Contribute to orlp/pdqsort development by creating an account on GitHub.
Related Posts
Mar 29, 2024 at 00:46
The Bitter Lesson: how implementing generic search and scaling compute outperforms custom logic in many situations:
The Bitter Lesson