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.
Scott-Synaptech•11h ago
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!