Multithread Quicksort
npm install @kshshe/t-sort
``jsimport tsort from 't-sort';
jsimport tsort from 't-sort';
(async () => { const sorted = await tsort(array);})()
// Or
tsort(array) .then((sorted) => {
})``