binary-split
Binary splitter
A streaming binary data splitter that splits streams of binary data into individual objects based on a specified delimiter.
a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data
77 stars
4 watching
19 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
max-mapper/bytewiser | A workshop teaching binary data fundamentals in Node.js and HTML5 browsers | 210 |
orling/grapheme-splitter | A library that breaks strings into their individual user-perceived characters | 928 |
max-mapper/data-plumber | A Node.js-based command-line data processing tool and workshop | 35 |
max-mapper/concat-stream | A writable stream that concatenates all the data from a stream and calls a callback with the result. | 573 |
bobg/hashsplit | A content-based splitting method for byte streams | 30 |
pomax/a-binary-parser-generator | Automates the creation of parsers for binary data files based on a specification. | 37 |
riatelab/statsbreaks | A JavaScript package to discretize quantitative datasets into thematic categories. | 22 |
julianshapiro/blast | An utility library that splits text into manageable parts | 1,539 |
max-mapper/torrent | Tools for downloading and managing torrent files in Node.js | 633 |
max-mapper/mississippi | A collection of utility modules for working with streams in JavaScript | 1,085 |
max-mapper/websocket-stream | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |
shagstrom/split-pane | A JavaScript plugin that splits a container into two equal or unequal parts with a divider. | 164 |
manyuanrong/bytes_formater | A utility tool for formatting and visualizing binary data, such as byte arrays used in IO operations. | 8 |
jsakamoto/toolbelt.blazor.splitcontainer | A component library for creating Blazor apps with slidable splitter bars | 61 |
zhiyelee/array.chunk | A utility function to split an array into smaller parts of a specified size. | 11 |