ApexStore List primitive - ordered list state with dual-end access (queue/stack)
A shim for the setImmediate efficient script yielding API
Tiny queue data structure
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.
fast, tiny `queueMicrotask` shim for modern engines
Microsoft Azure Storage SDK for JavaScript - Queue
Promise queue with concurrency control
The smallest and simplest JavaScript priority queue
Extremely fast double-ended queue implementation
A simple tool to keep requests to be executed in order.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A loosely-ordered random-access queue for JSON documents implemented with Node.js and Redis.
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
Promise-based queue
Offload tasks to a pool of workers on node.js and in the browser
LRU Queue
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
Sequential asynchronous lock-based queue for promises
Simple JS queue with auto run for node and browsers
A queue implementation that can be iterated over
An open source Azure Storage API compatible server
asynchronous function queue with adjustable concurrency
Command for AMQP access to Message Queue.
Tengine Event API to access the queue
Simple Queue Service accessing library
RubyGem to give quick access to Theme Park queue times (Alton Towers, Disney World Animal Kingdom, Disney World Epcot, Disney World Hollywood Studios, Disney World Magic Kingdom, Disneyland, Disneyland California Adventure, Disneyland Paris, Seaworld San Antonio, Seaworld San Diego, Seaworld Orlando, Thorpe Park)
Simple Queue Service accessing library
require 'mail' require 'mail-store-agent' Mail.defaults do delivery_method :test end Mail::TestMailer.deliveries = MailStoreAgent.new # send some mail to someone@someplace.com, and then ... Mail::TestMailer.deliveries.get('someone@someplace.com').is_a? Mail::Message # or nil
Redis access library for Ruby: threads, handy key names, transactions and queues
Thread-safe queue and stack data structures with configurable capacity limits, blocking enqueue/dequeue with timeouts, and peek operations. Uses Mutex and ConditionVariable for safe concurrent access.
The azure-signature library generates storage signatures for Microsoft Azure's cloud platform. You can use this to access Azure storage services - tables, blobs, queues and files.
gem to access the ZedDB within Zedkit applications to CRUD application models, the KVS and queues
CollectionUtils provide with basic collection templates like stack(push, pop, peek), queues(enqueue, dequeue), heaps/tree(MinHeap, MaxHeap, BST) and HashDeserializedObject(Converts a hash into object for easy access. All the keys will become attributes of the object). Check out the wiki at https://github.com/deeshugupta/collection_utils/wiki
minitest-distributed is a plugin for minitest for executing tests on a distributed set of unreliable workers. When a test suite grows large enough, it inevitable gets too slow to run on a single machine to give timely feedback to developers. This plugins combats this issue by distributing the full test suite to a set of workers. Every worker is a consuming from a single queue, so the tests get evenly distributed and all workers will finish around the same time. Redis is used as coordinator, but when using this plugin without having access to Redis, it will use an in-memory coordinator. Using multiple (virtual) machines for a test run is an (additional) source of flakiness. To combat flakiness, minitest-distributed implements resiliency patterns, like re-running a test on a different worker on failure, and a circuit breaker for misbehaving workers.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.