NodeJS circular buffer based on native NodeJS Buffer
TypeScript/JavaScript implementation of a circular buffer, circular queue, cyclic buffer or ring buffer. A data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data stream
Cyclist is an efficient cyclic list implemention.
Structural equality checking for JavaScript values
Tiny, streaming, seedable CRC32 library, compatible with the crypto.Hash API
Nested clients for AWS SDK packages.
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Shared types used by `redux-saga` packages.
A slim and efficient in-memory queue for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
Node.js Buffer API, for the browser
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Type definitions for cyclic dependencies plugin
Is this value a JS ArrayBuffer?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
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 ArrayBuffer out of a TypedArray, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Determine if an object is a Buffer
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
JSON parse & stringify that supports binary via bops & base64
A pure javascript CRC32 algorithm that plays nice with binary data
No description provided.
No description provided.