UNPKG

qsort

Version:

Implementation of BSD's qsort in javascript

15 lines (8 loc) 326 B
### qsort This module encapsulates BSD's qsort implemented in javascript The port was done by Eugene Zatepyakin, github: https://github.com/inspirit as part of the Computer vision library, JSFeat: https://github.com/inspirit/jsfeat (awesome project, check it out) ### Installation: npm install qsort ### License MIT