Another sorting algorithm

Julia has the base sort which has massive improved and also a couple of more experimental libraries including SortingAlgorithms.jl and SortingLab.jl.

I saw a sorting algorithm on Hacker News today which genuinely sounds interesting. Might be worthwhile implementing: https://www.researchgate.net/publication/388955884_JesseSort

Comments don’t sound promising