Showing 1-20 of 24 packages
A small circular/ring buffer implementation in TypeScript.
A NodeJS simple circular buffer implementation supporting indexing
A tiny and fast circular buffer
This node provides a buffer (circular or not) of numeric data
Standard utilities.
Circular buffer.
Simple TS implementations of some Rust structures
Circular buffer.
High-performance circular buffer/queue for TypeScript and React - Perfect for logs, streaming data, and real-time updates
Circular Buffer implementation for JavaScript
Circular buffer / ring buffer with overflow support
A circular buffer for Node
Foundation data structures and utilities for spot market trading bookkeeping, backtesting, and algorithmic trading
A simple circular array buffer
Simple Circular Buffer implementation, with sensible typing
A simple forgetful circular buffer
Forked from [here](https://github.com/unintellisense/circularbuffer) in order to make available on the NPM registry. All credit to the original author(s).
This module provides a complement to the [`EventSource`](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) interface defined as part of the Web APIs. The `EventSink` can be used in a server to provide a simple interface to sending Server-sent
A tiny (232 bytes), fast and heap safe Circular Buffer implementation
Modifies `CBuffer` to use Buffer instead of Array.