tiny-linked-queue
JSON →A lightweight, TypeScript-friendly queue implementation using a linked list, providing O(1) enqueue and dequeue operations. Compared to native arrays, it avoids the O(n) cost of Array.shift, making it ideal for high-throughput FIFO use cases. v1.0.3 is the current stable release. Ships TypeScript declarations and supports both ESM and CommonJS via conditional exports. Minimal API surface (enqueue, dequeue, clear, size, isEmpty, head, tail) with no dependencies. Bundle size gzipped < 1KB.
Traffic · last 30 days stale · no recent hits
total hits 6
actors 1 distinct systems
last hit 17d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States
Resources
packagetiny-linked-queue ↗
API endpoints
full doc /v1/registry/tiny-linked-queue