A tiny (232 bytes), fast and heap safe Circular Buffer implementation
Curated collection of data structures for the JavaScript/TypeScript.
Translation between JavaScript values and Buffers
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Strict borsh compatible de/serializer
Circular Buffer JavaScript implementation
Translation between JavaScript values and Buffers
Safely and quickly serialize JavaScript objects
Immutable ArrayBuffer (the shim!)
string representations of objects in node and the browser
A NodeJS simple circular buffer implementation supporting indexing
Safer Node.js Buffer API
Modern Buffer API polyfill without footguns
Node.js Buffer API, for the browser
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
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?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Cyclist is an efficient cyclic list implemention.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Is this value a JS SharedArrayBuffer?
A circular progress indicator component
serialize objects to javascript
Fixed-capacity ring buffer that overwrites oldest entries on overflow, with index access, push/pop/shift mutation, oldest/newest peek, built-in statistics (average, sum, min, max, variance, stddev, median), first/last-n retrieval, and Enumerable support.
A circular buffer, cyclic buffer or ring buffer is 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 streams. This library impliments such a buffer.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.