slice a buffer into an array of sub buffers
A high-performance buffer slice and pool allocator for Node.js.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Treat a collection of Buffers as a single contiguous partially mutable Buffer.
A general purpose buffer pool.
Node addon for string extraction for msgpackr
Node addon for string extraction for cbor-x
Slice a string with ANSI escape codes
slice stream like buffer/string
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Node.js Buffer API, for the browser
Immutable ArrayBuffer (the shim!)
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a DataView, robustly.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Reads the pixels of an image as an ndarray
JSON parse & stringify that supports binary via bops & base64
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.