Parallel O(sqrt n) Overhead LSD Radix Sort

5 points by fanf


hawski

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