Parallel O(sqrt n) Overhead LSD Radix Sort
5 points by fanf
5 points by fanf
Reference C implementation: https://github.com/clausecker/radsort
I have found also a Go implementation (port of the reference one) with some interesting benchmarks: https://github.com/klauspost/radsort