unordered-array-remove
Array removal
An efficient way to remove an element from an unordered array without shifting all other elements.
Efficiently remove an element from an unordered array without doing a splice
118 stars
4 watching
8 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/peek-stream | Transforms data streams to pause processing before parsing | 56 |
mafintosh/hyperfilter | A lightweight filter function for distributed streams of data | 33 |
mafintosh/hypercore-archiver | A tool for efficiently backing up multiple hypercores or hyperdrives to disk. | 71 |
mafintosh/read-torrent | A JavaScript library to read and parse torrent files or magnet URIs, providing access to metadata and other information about the torrent. | 73 |
mafintosh/csv-parser | A high-performance streaming CSV parser for Node.js | 1,420 |
mafintosh/network-address | A utility project that provides a simple way to retrieve the local network address of a machine | 67 |
mafintosh/duplexify | Turns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2. | 191 |
mafintosh/ansi-diff-stream | Transforms input buffers into an ANSI-formatted diff stream | 108 |
syntax-tree/unist-util-remove | Utility to remove nodes from a tree | 22 |
mafintosh/download-m3u8 | Downloads m3u8 playlists and recursively fetches linked assets | 41 |
zhiyelee/array.chunk | A utility function to split an array into smaller parts of a specified size. | 11 |
nemtsov/json-mask | A language and engine for filtering out unwanted parts of an object while preserving its structure | 868 |
mafintosh/pump | Pipes multiple streams together and destroys them when one closes | 908 |
mafintosh/ip-packet | Tools for working with IP packets in JavaScript. | 42 |
tizmagik/undecorate-codemod | Removes decorators from Class Declaration syntax in JavaScript code | 16 |