{"library":"queue-list","type":"library","category":null,"description":"A lightweight JavaScript queue data structure with O(1) time complexity for all operations. Version 1.1.8, stable. Provides a simple, minimal API (enqueue, dequeue, peek, isEmpty, size, clear) and custom console.log formatting for Queue instances. Unlike many other queue implementations that use arrays (O(n) dequeue), this library uses a linked-list-based approach for guaranteed constant-time performance. Suitable for both Node.js and browser environments. No dependencies.","language":"javascript","status":"active","version":"1.1.8","tags":["javascript","Queue","queue","linkedList-queue","JS queue","queue in JavaScript","queue data structure in js"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-list","imports":["import Queue from 'queue-list'","import type Queue from 'queue-list'","const { default: Queue } = await import('queue-list')"]},{"cmd":"yarn add queue-list","imports":[]},{"cmd":"pnpm add queue-list","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"queue-list","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}