@esm2cjs/yocto-queue
Tiny queue data structure. This is a fork of sindresorhus/yocto-queue, but with CommonJS support.
linked-queue
Queues using linked list, faster than array.shift(), support enqueue,dequeue,enqueue all, dequeue all, clear, forEach, first, last
@tsdotnet/queue
A simple and fast FIFO collection for enqueuing and dequeuing items.