The fastest way to check if an array contains binary digits only
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
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.
Base64 encoding/decoding in pure JS
Better binary searching
Check if a file path is a binary file
Node addon for string extraction for msgpackr
List of binary file extensions
buffer operations
Like which(1) unix command. Find the first instance of an executable in the PATH.
Pure-JS CRC-32
Check if a binary is working
Framework-independent loaders for 3D graphics formats
Better binary searching
Parse binary files with a schema into nicely readable objects
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Node addon for string extraction for cbor-x
Different binary search tree implementations, including a self-balancing one (AVL)
Pure-JS ADLER-32
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
read and write binary structures and data types
Convert a typed array to a Buffer without a copy
Array manipulation, ordering, searching, summarizing, etc.
Binary search and index methods for Ruby Arrays.
Pure ruby implementation of binary search for Ruby arrays and similiar data structures. Supports ascending and descending sort order, searching for exact and nearest matches, and has a versatile API. Uses linear search for small arrays to make use of the internal cache of moden CPUs.