Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Create an uninitialized ndarray having a specified shape and data type.
Resolve the input ndarray casting data type for a unary function.
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Create a new struct constructor tailored to a specified floating-point data type.
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
utilities for primitive JavaScript types
Array utils
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Return a list of array data types to which a provided array data type can be safely cast.
Parses set-cookie headers into objects
Concatenate a readable stream's data into a single array
Rope-based persistent sequence type
Convert an array to an array of a different data type.
very fast object redaction
TFLite model parser - extracts graph structure from .tflite flatbuffer files
A JavaScript text diff implementation.
Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
Get the maximum value in an array