Queue Typed
JSON →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.
Traffic · last 30 days stale · no recent hits
total hits 24
actors 4 distinct systems
last hit 16d ago ByteDance
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇳🇴 Norway · PH · 🇵🇱 Poland
Resources
packagequeue-typed ↗