0.3.0 • Published 8 years ago

timsort v0.3.0

Weekly downloads
7,403,054
License
MIT
Repository
github
Last release
8 years ago

Node-TimSort: Fast Sorting for Node.js

Build Status npm version

An adaptive and stable sort algorithm based on merging that requires fewer than nlog(n) comparisons when run on partially sorted arrays. The algorithm uses O(n) memory and still runs in O(nlogn) (worst case) on random arrays.
This implementation is based on the original TimSort developed by Tim Peters for Python's lists (code here). TimSort has been also adopted in Java starting from version 7.

Acknowledgments

  • @novacrazy: ported the module to ES6/ES7 and made it available via bower
  • @kasperisager: implemented faster lexicographic comparison of small integers

Usage

Install the package with npm:

npm install --save timsort

And use it:

var TimSort = require('timsort');

var arr = [...];
TimSort.sort(arr);

You can also install it with bower:

bower install timsort

As array.sort() by default the timsort module sorts according to lexicographical order. You can also provide your own compare function (to sort any object) as:

function numberCompare(a,b) {
    return a-b;
}

var arr = [...];
var TimSort = require('timsort');
TimSort.sort(arr, numberCompare);

You can also sort only a specific subrange of the array:

TimSort.sort(arr, 5, 10);
TimSort.sort(arr, numberCompare, 5, 10);

Performance

A benchmark is provided in benchmark/index.js. It compares the timsort module against the default array.sort method in the numerical sorting of different types of integer array (as described here):

  • Random array
  • Descending array
  • Ascending array
  • Ascending array with 3 random exchanges
  • Ascending array with 10 random numbers in the end
  • Array of equal elements
  • Random Array with many duplicates
  • Random Array with some duplicates

For any of the array types the sorting is repeated several times and for different array sizes, average execution time is then printed. I run the benchmark on Node v6.3.1 (both pre-compiled and compiled from source, results are very similar), obtaining the following values:

TimSort.sort is faster than array.sort on almost of the tested array types. In general, the more ordered the array is the better TimSort.sort performs with respect to array.sort (up to 243 times faster on already sorted arrays). And also, in general, the bigger the array the more we benefit from using the timsort module.

These data strongly depend on Node.js version and the machine on which the benchmark is run. I strongly encourage you to run the benchmark on your own setup with:

npm run benchmark

Please also notice that:

  • This benchmark is far from exhaustive. Several cases are not considered and the results must be taken as partial
  • inlining is surely playing an active role in timsort module's good performance
  • A more accurate comparison of the algorithms would require implementing array.sort in pure javascript and counting element comparisons

Stability

TimSort is stable which means that equal items maintain their relative order after sorting. Stability is a desirable property for a sorting algorithm. Consider the following array of items with an height and a weight.

[ 
  { height: 100, weight: 80 },
  { height: 90, weight: 90 },
  { height: 70, weight: 95 },
  { height: 100, weight: 100 },
  { height: 80, weight: 110 },
  { height: 110, weight: 115 },
  { height: 100, weight: 120 },
  { height: 70, weight: 125 },
  { height: 70, weight: 130 },
  { height: 100, weight: 135 },
  { height: 75, weight: 140 },
  { height: 70, weight: 140 } 
]

Items are already sorted by weight. Sorting the array according to the item's height with the timsort module results in the following array:

[ 
  { height: 70, weight: 95 },
  { height: 70, weight: 125 },
  { height: 70, weight: 130 },
  { height: 70, weight: 140 },
  { height: 75, weight: 140 },
  { height: 80, weight: 110 },
  { height: 90, weight: 90 },
  { height: 100, weight: 80 },
  { height: 100, weight: 100 },
  { height: 100, weight: 120 },
  { height: 100, weight: 135 },
  { height: 110, weight: 115 } 
]

Items with the same height are still sorted by weight which means they preserved their relative order.

array.sort, instead, is not guarranteed to be stable. In Node v0.12.7 sorting the previous array by height with array.sort results in:

[ 
  { height: 70, weight: 140 },
  { height: 70, weight: 95 },
  { height: 70, weight: 125 },
  { height: 70, weight: 130 },
  { height: 75, weight: 140 },
  { height: 80, weight: 110 },
  { height: 90, weight: 90 },
  { height: 100, weight: 100 },
  { height: 100, weight: 80 },
  { height: 100, weight: 135 },
  { height: 100, weight: 120 },
  { height: 110, weight: 115 } 
]

As you can see the sorting did not preserve weight ordering for items with the same height.

vuedragdropuploadimagescloud-archive-s3bb-chatnode-jql-core@fundefund/funde_ckgql_din_mod@olivervorasai/slidervn-vis@infinitebrahmanuniverse/nolb-tims@xavo/viscarbone-html@everything-registry/sub-chunk-2947p149-tableng-search-dropdownnka-gantt-task-reactneighbor-joiningakita-ui@acwars/hexo-generator-index@alvaromq/carbone@apio/timeframesbayesjs@allanoricil/node-red-timsortapi-report-generatorap-vue-captcha@abidibo/js-word-event@contagt/metismenublinked-carbon@darwishdev/dash-dev@bezael-challenge/innoit-date-formatcarbone-wiracarbone-myversion@carhoo/widget-dealersraimannma_testingprasadacmreact-lightbox-pack-18supportpackage-example.jsonp147-tablep148-tablereact-solid-gradient-pickerpipedreams-3b7bpipestreamssequelcomponentzxk-vis-networkzapp-pipes-provider-emmys-resturlid-graph-browservis-devvformlmqverify-img-codevisjs-networkvisjs-network-juicevisjs-network-yunyingqingvue-compmenttestapavue-button-test1wazuhtimeline-plustimeline-plus-plustingzi-vuepresssteampipessticky-scroll-catchstock-ticker-react-widgetstsinstrumentationstyle-guide-mainresponsis-gantt-task-reactsimple-features-jschain_diggerckeditor-5-imi-1ckeditor5-strapi-msgckeditor5-build-classic-ticketckeditor5-build-custom-strapickeditor5-build-classic-v-editckeditor5-build-yektackeditor5-click-virtualckeditor5-custom-ksckeditor5-custom-symmetreckeditor5-custom-build-megampireckeditor5-custom-build-for-irrosoft@ct-note/table@ikon-x/ckeditor5-custom-build-for-irrosoftcrdb@dkwasniewski/paczkacourse-vue-tplcurrency-copcssesc-wbgcrakoucas-carbone@applied.dev/twin.macrobase-editor@enfexia/carbone@frodzislaw/front3@hproinformatica/functions@humanity.cash/types@hazyflame/vue-jitsi-meet@devorso/dcountdown@graines-digitales/nice-handsome-button@kotodaman-unofficial/dictionary@junvary/quasar-ui-qcascader@keepsolutions/carbone@leiyulf/gantt-task-react@lego-js/testsfn-lib-example
0.3.0

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago