OverflowSort: A (possibly) novel high-speed sorting algorithm based on overflow

2 Scott-Synaptech 1 7/10/2025, 12:32:39 PM github.com ↗

Comments (1)

Scott-Synaptech · 1d ago
I’m Scott, the author of OverflowSort. This algorithm emerged from a low-level experiment in using simulated integer overflows as a natural mechanism for sorting — sort of like "hardware tick-based" sorting.

I’ve benchmarked it against qsort and radix sort on real-world data. SIMD versions are included. Still refining the performance at scale — open to ideas and optimizations. I couldn't find anything similar so not sure if it is new or not.

Repo: https://github.com/SynaptechLabs/overflowSort

Happy to answer any technical or low-level systems questions!