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.
Traffic · last 30 days stale · no recent hits
total hits 17
actors 5 distinct systems
last hit 16d ago AhrefsBot
top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇨🇦 Canada · IQ · NP
Resources
packagefastqueue ↗