TLDR: A visualisation of how QuadSort adaptively combines various novel strategies to achieve the best performance on a wide variety of inputs: <a href="https://github.com/scandum/quadsort#visualization">https://github.com/scandum/quadsort#visualization</a><p>Benchmarks of how it beats qsort, Timsort, pdqsort etc.: <a href="https://github.com/scandum/quadsort#benchmark-quadsort-vs-stdstable_sort-vs-timsort">https://github.com/scandum/quadsort#benchmark-quadsort-vs-st...</a><p>Is it called esoteric just because it's complex?