Simple queue data structure for javascript
## Download
deq (dequeue) places records in a redis queue for high throughput and dequeues them into your choice of (slower write-speed) datastore
This is a library for common data structures that I use in various projects
Standard collections in TypeScript / JavaScript
Javascript / Typescript priority queue ( max / min heap )
Add things to [queue](<https://en.wikipedia.org/wiki/Queue_(abstract_data_type)>) and have them dequeue sequentially (FIFO) based on their defined expiration (ttl). Read head of the queue as a [store](https://github.com/marianmeres/store) value.
An implementation of Queue data structure.
Typescript Module Template
Intelligent message batching system that whispers your messages in perfect harmony, with smart batching and error classification
This is a simple, zero dependencies, package with popular data structures. This package, although strives to provide high quality code, is new and not yet battle tested for high performance production scenarios. Therefore, consider alternative solutions
Persistent in process queue for Node.js
A simple queue implementation in JavaScript.
A simple priority queue
Data Structures and Algorithms implemented in JavaScript
A priority queue written in TypeScript.
Simple Queue written in TypeScript
An efficient queue in JavaScript.
A reliabile queue using Redis
A slightly modified Queue.js
Opinionated, type-safe, zero-dependency max/min priority queue.
Not decided, probably going to change it to match the other implementations for drop-in replacement.
Some Basic Data Structures for use in JavaScript
jQuery helper class meant to ease up the process of making multiple synchronously chained Ajax calls.