@kshshe/t-sort

0.0.1 • Public • Published

t-sort

Multithread Quicksort

Example

import tsort from 't-sort';

(async () => {
    const sorted = await tsort(array);
})()

// Or

tsort(array)
	.then((sorted) => {

	})

Readme

Keywords

Package Sidebar

Install

npm i @kshshe/t-sort

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

2.96 kB

Total Files

4

Last publish

Collaborators

  • kshshe