zqw's notes
Posts About
zqw's notes
Cancel
PostsAbout

From TimSort to pdqsort: Engineering Optimizations in Production Sorting

Paul published on 2018-06-21 included in Go

Textbook quicksort is just the starting point. Real-world sorting algorithms have undergone decades of engineering optimization. This post deep-dives into Python’s TimSort and Go/Rust’s pdqsort, revealing the gap between “industrial-grade” and “textbook-grade”.

Read More
 Sorting Algorithms, Source Code Analysis, Performance
  • 1
  • …
  • 3
  • 4
  • 5
2019 - 2026 xxxx | CC BY-NC 4.0