A set of utils for faster development of GraphQL tools
Tiny queue data structure
fast, tiny `queueMicrotask` shim for modern engines
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
Utility function to load nyc configuration
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Utility for creating Universal macOS applications from two x64 and arm64 Electron applications
A set of utils for faster development of GraphQL tools
Simplify your schema by combining allOf into the root schema, safely.
Promise-based queue
LRU Queue
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
Fast, in memory work queue
asynchronous function queue with adjustable concurrency
Extremely fast double-ended queue implementation
A promise based, dynamic priority queue runner, with concurrency limiting.
MergingQueue is a simple gem for grouping tasks by type and time using the ActiveRecord ODM framework and background jobs
A set of scripts that enable merging after build. Useful if you'd rather run your tests on TeamCity.
A binary heap-based priority queue supporting min-heap, max-heap, and custom comparator modes. Features O(log n) push/pop, priority changes, merge operations, and FIFO tie-breaking.
Calculates algorithms and data structures for sorting and searching. Selects best one to use for particular data set. Currently supports: Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, Heap Sort, Stack, Queue, Linked List, Binary Search Tree