An original adaptive sorting algorithm. Learns the input's value distribution from a small sample, uses that model to predict where each element belongs, places everything in one pass, then fixes the few prediction errors.
python open-source benchmark sorting performance algorithm high-performance numpy parallel-computing jit data-structures numba computational-science sorting-algorithm distribution-sorting adaptive-sorting zwave-sort scatter-sort empirical-cdf
-
Updated
Jun 5, 2026 - Python