{"library":"fastqueue","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fastqueue","imports":["const Queue = require('fastqueue')"]},{"cmd":"yarn add fastqueue","imports":[]},{"cmd":"pnpm add fastqueue","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"fastqueue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}