is statsort ready to be part of Boost library?

 

https://deepwiki.com/drpt78/statsort/3.2-performance-results-and-analysis

Conclusion

The performance data confirms that by exploiting the statistical properties of the dataset, statsort provides a substantial performance improvement over general-purpose comparison sorts. While specialized radix-based sorts like spreadsort may lead in specific high-N non-uniform scenarios (particularly Exponential distributions at $N \ge 10^7$), statsort provides a more consistent speedup across a broader range of common distributions and smaller data sizes.

Peter