23 packages found
Tiny queue data structure
A simple and fast FIFO collection for enqueuing and dequeuing items.
Priority queue data structures
A spiral deque - high performance and dynamic queue size
Tiny queue data structure
Tiny queue data structure. This is a fork of sindresorhus/yocto-queue, but with CommonJS support.
A small ES6 package for execute functions sequentially.
Priority queue data structures
Queue + Stack ADTs.
Some Basic Data Structures for use in JavaScript
Queues using linked list, faster than array.shift(), support enqueue,dequeue,enqueue all, dequeue all, clear, forEach, first, last
This library has a Queue with the following methods: enqueue and dequeue. Enqueue adds item(s) to end of the Queue. Dequeue removes and returns the first item from the beginning of the queue.
Queue data structure with enqueue, dequeue, peek, size and flush methods
deq (dequeue) places records in a redis queue for high throughput and dequeues them into your choice of (slower write-speed) datastore
Fast performance queue implementation
Tiny queue data structure
Fast Queue implementation in javascript