Tiny queue data structure. This is a fork of sindresorhus/yocto-queue, but with CommonJS support.
esm2cjsover 2 years agoQueues using linked list, faster than array.shift(), support enqueue,dequeue,enqueue all, dequeue all, clear, forEach, first, last
hungntitover 2 years ago