{"library":"std-queue","type":"library","category":null,"description":"std-queue is an efficient FIFO queue for JavaScript/TypeScript that provides O(1) enqueue and dequeue operations. Version 0.1.6 is the latest stable release. Its key differentiator is an underlying linked list of subqueues (arrays of max size 1000) that avoids the O(n) shift cost of naive array-based queues and the memory overhead of pure linked lists. Designed for handling large amounts of data efficiently. The package ships TypeScript type definitions and has no external dependencies. It is actively maintained on GitHub.","language":"javascript","status":"active","version":"0.1.6","tags":["javascript","queue","fifo","efficient","fast","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install std-queue","imports":["import Queue from 'std-queue'","const Queue = require('std-queue')","import Queue from 'std-queue'; type QueueType = InstanceType<typeof Queue>"]},{"cmd":"yarn add std-queue","imports":[]},{"cmd":"pnpm add std-queue","imports":[]}],"homepage":"https://github.com/coyotte508/std-queue#readme","github":"https://github.com/coyotte508/std-queue","docs":null,"changelog":null,"pypi":null,"npm":"std-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}