circular-buffer
A NodeJS simple circular buffer implementation supporting indexing
Found 12 results for circular-buffer
A NodeJS simple circular buffer implementation supporting indexing
Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
🔄 Memory-efficient circular buffer streaming pipeline with universal processing - by Codechu
An in-memory circular buffer logging transport for winston.js
Circular Buffer implementation for JavaScript
A simple ring buffer logging utility for Node.js and TypeScript
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.
High-performance UUID and unique ID pooling for Node.js. Pre-generate IDs in background worker threads for O(1) synchronous acquisition. Drop-in replacement for uuid.v4() and nanoid() with 10-100x better performance under load.
A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies
Circular buffer implements by Typescript, and used for read and write binary data.
High-performance circular buffer implementation with O(1) operations for fixed-size collections