circular-buffer
A NodeJS simple circular buffer implementation supporting indexing
A NodeJS simple circular buffer implementation supporting indexing
An in-memory circular buffer logging transport for winston.js
Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
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.
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 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.
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies