A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript
-
Updated
Feb 11, 2022 - TypeScript
A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies
Circular Buffer with Typescript
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 is maintaining the minimum or maximum item in a data stream.
A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
Add a description, image, and links to the circular-buffer topic page so that developers can more easily learn about it.
To associate your repository with the circular-buffer topic, visit your repo's landing page and select "manage topics."