Fastest LSD Radix Sort in C++ on a Single CPU Core
I’ve been optimizing variety of Radix algorithms for over a decade: LSD and MSD Radix Sort, Single Core and Multi-Core, and Radix Selection. Several of these optimization techniques can be applied to all of these algorithms. In this blog, I’ll discuss each of these optimizations and show how much performance is gained, for sequential single […]
Read more "Fastest LSD Radix Sort in C++ on a Single CPU Core"