natural-compare
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
array.prototype.tosorted
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
quickselect
A tiny and fast selection algorithm in JavaScript.
array-timsort
Fast JavaScript array sorting by implementing Python's Timsort algorithm