Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: mingo

node v10.24.1
version: master
endpointsharetweet
var mingo = require("mingo") const arrayToSort = []; for(var i = 0; i < 5000; i++){ arrayToSort.push(i); } const mingoSorter = new mingo.Aggregator( [ { $sort: { number: 1 } } ], { collation: { locale: 'en', strength: 1 } } ); const result = mingoSorter.run(arrayToSort);
Created from: https://npm.runkit.com/mingo
Loading…

no comments

    sign in to comment