Showing 1-20 of 100 packages
A library which contains collection objects such as SortedArray
Ordered collections — SortedArray, SortedMap, and SortedSet
Simple SortedArray for JavaScript
A reimplementation of Python's bisect library in TypeScript.
Array with sorted insertion and optimized search methods.
Provides boundary functions, (upper-bound and lower-bound).
Different Javascript collections written in Typescript
an async self sorting array
Misc utility methods that's useful for our sites
Binary search for JavaScript done right.
``` npm install @gurisko/sorted-array ```
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
Zero-dependency minimal package (two functions) to provide better-readable (albeit more verbose) wrapper over JS default `Array.sort()`. Fully typed.
A powerful TypeScript library for data manipulation and operations across the idae-engine. Provides utility classes for sorting, finding, grouping, and more.
Data structures for performance-sensitive modern JavaScript applications.
Collection of general purpose tools for solving problems. Aggregates module Tools. Fundamentally extend JavaScript without spoiling namespace, so may be used solely or in conjunction with another module of such kind. Tools contain hundreds of routines to
Binary search insert values into sorted arrays with comparator functions
a sorted array, with user-supplied sorting.
This is a basic implementation of a sorted array, designed to maintain a collection of items in such a way that it can easily be searched via binary search. Built with effeciency and ease of use in mind.