UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

30 lines (20 loc) 1.04 kB
Five different benchmarks have been created to get better insight of how fast-sort perform under different scenarios. Each benchmark is run with different array sizes raging from small 100 items to large 100 000 items. Every run of benchmark outputs different results but the results are constantly showing better scores compared to similar popular sorting libraries. #### Benchmark scores Benchmark has been run on: * 16 GB Ram * Intel® Core™ i5-4570 CPU @ 3.20GHz × 4 * Ubuntu 16.04 * Node 8.9.1 ![benchmark results](https://github.com/AkkiParekh007/Forto-sorter/raw/main/benchmark.jpg) #### Running benchmark To run benchmark on your PC follow steps from below - git clone https://github.com/AkkiParekh007/Forto-sorter.git - cd forto-sorter/benchmark - npm install - npm start <h5> <br><br>In case you notice any irregularities in benchmark or you want to add sort library to benchmark score <br>Please open issue<small style="margin: 0 0.25rem">[here](https://github.com/AkkiParekh007/Forto-sorter)</small> </h5>