merge-sort-async

0.0.4 • Public • Published

merge-sort-async

performs mergesort completely async and uses cluster module to perform merge sort installation:

    npm install merge-sort-async

usage:

    var sort=require('merge-sort');
    sort.mergeSort([9,4,5,3,2,3],function(err,result){
    console.log(result);
    })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i merge-sort-async

Weekly Downloads

2

Version

0.0.4

License

ISC

Last publish

Collaborators

  • pdutt111