Queue Typed

JSON →
library 2.6.0 ·javascript
verified Jun 7, 2026

A high-performance Queue data structure with O(1) enqueue, dequeue, and access operations. Version 2.6.0 is stable and actively maintained as part of the data-structure-typed family. Unlike JavaScript's native Array (O(n) shift) and other queues (O(n) access), Queue Typed provides constant-time operations across all queue operations. Ships TypeScript definitions. Recommended for large-scale FIFO processing where performance matters.