Sort an array of objects or sub-arrays using a reference array.
Array manipulation, ordering, searching, summarizing, etc.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Micro library for sorting arrays using the firstBy().thenBy().thenBy() syntax
Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
A tiny and fast selection algorithm in JavaScript.
Minimal async jobs utility library, with streams support
Fast JavaScript array sorting by implementing Python's Timsort algorithm
JavaScript utilities for Vega.
Push items to an array at their correct sort-position
Prettier plugin to sort JSON files alphanumerically by key
Sort an object's keys, including an optional key list
Lazy-evaluating list of files, based on globs or regex patterns
Sort an array on an object property
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Sort the keys in an object.
The library to sort array of objects by distance from a given point
Binary serialization which sorts bytewise for arbirarily complex data structures
Fast easy to use and flexible sorting with TypeScript support
Sort array elements in ascending order.
Prettier package.json plugin to make the order of properties nice.
Sort array elements in descending order.
Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)
Fork of eslint rule that sorts keys in objects (https://eslint.org/docs/rules/sort-keys) with autofix enabled
Recursively sort nested ruby Arrays and Hashes + deepmerge
This GEM is sorting Arrays in a natural order. a2 < a10. Beside that this GEM has some methods to sort version strings. It even recognises alpha, beta, RC, dev and stable versions.
Support for asc and desc order on multiple array fields also added ability to merge sort as well.
Sorted array using binary search
A subclass of Array::Hooked that also keeps array sorted.
A direct port of python's 'bisect' standard library to ruby.
An implementation of Array that permits chaining, where children inherit changes to parent and where parent settings can be overridden in children, and that retains sorted order.
A subclass of Array::Sorted and Array::Unique (and therefore also Array::Hooked).
Sort Array/Hash/Enumerable recursively.
Sort an array in the same order as `sort --dictionary-sort`
An implementation of Array that permits chaining, where children inherit changes to parent and where parent settings can be overridden in children, and that retains sorted order, ensuring inserted values are unique.
Sort an array using different sorting technique