fastqueue
JSON →A fast FIFO queue for Node.js that uses a two-array cycling strategy to avoid the O(n) reindexing cost of Array.shift() on large queues. Version 0.1.0 is the only release, currently in maintenance mode. Key differentiator: implements only push/shift/unshift/length with minimal overhead, unlike alternatives like denque or double-ended-queue which offer more features.
Resources
packagefastqueue ↗