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