buffer-collection
Treat multiple Buffers as a single contiguous Buffer.
Treat multiple Buffers as a single contiguous Buffer.
The Buffer with Array API
Transform between Buffer streams and Array streams.
Build regular expression groups from arrays of strings. Useful when you need to automatically generate RegExp patterns.
Create binary strings/arrays based on length of runs
Parse|write|slice|search binary data/files into|from meaningful JSON structures, inside your web browser
Benchmarking array referencing.
Fast search for big arrays
immutable blanks
Computes the sum of absolute values (L1 norm).
Multiplies x and a constant and adds the result to y.
Copies values from x into y.
Computes the dot product of x and y.
Computes the L2 norm (Euclidean norm).
Scales elements of `x` by a constant `alpha`.
Interchanges the elements of x and y.
Finds the first element equal to the maximum absolute value of x and returns the element index.
Mergesort
Node.js bindings for libdivsufsort.
Progressively calculate and store the differences between the previous added values.