Replace your slow Array based, fixed length ring buffer, or circular queue, with ring-buffer.
JavaScript
3
0
MIT License
RingBuffer is a high-performance, fixed-length ring buffer implementation designed as a drop-in replacement for Array in scenarios requiring push/shift or unshift/pop operations. It offers significantly faster performance than Array, making it ideal for use cases like circular queues or buffering operations. This project is particularly useful for developers working with Node.js who need efficient, iterable queues, such as those integrating with tools like Await-For-It.
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of toolbuilder/ring-buffer