buffer-queue
JSON →Buffer queue for Node.js streams that accumulates Buffer chunks and drains them in fixed-size pieces. Version 1.0.0 (stable, last release 2015). Optimized to be faster than repeatedly calling Buffer.concat on each chunk. Provides Store class with push, shift, empty, length, and drain methods. Minimal API, no dependencies. Useful for throttling or batching binary data in streams. No updates since 2015; consider alternatives like bl or native Buffer.concat.
Resources
packagebuffer-queue ↗