compare.js
Comparator functions for your favorite sort
Comparator functions for your favorite sort
Get functions to compare two object properties given an operator.
Some sort of message routing thing.
Pseudo duplex stream implementation to create mock sockets for unit tests.
Generate and compare MD5 files
Utility methods for creating comparators, ie. function(left,right) : number.
Create a canonical string key from a JSON object.
A builder for comparator functions, similar in style to Java's Comparator.comparing(), written in and made for Typescript.
o2.js — Validating how well-formed varios objects are — http://o2js.com/.
Compose comparator functions (in order of importance) for Array.sort()
Comparator functions for dealing with Polish accented characters when sorting in JavaScript
An error-first callback function that returns the first value returned from a number of error-first callback and ignores the rest.
Allow to compare Minecraft Forge versions to sort them.
Get index of first value in sorted array (using comparator).
Find all indexes at which an array element exists, by binary search.
Remove all duplicate elements in a sorted array, leaving only uniques.
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa
Create array comparator function.
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator
Binary search -based indexOf for sorted arrays.