quetie
Queue implementation
A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues.
🎀 Just the cutest and tiniest queue/deque implementation!
112 stars
3 watching
2 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
amortized-arraydata-structuresdequedouble-ended-queuenpm-modulenpm-packagequeuestack
Related projects:
Repository | Description | Stars |
---|---|---|
athanclark/purescript-queue | A data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed. | 3 |
strd6/priority_queue | A JavaScript implementation of a priority queue data structure | 29 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
tarantool-php/queue | A PHP interface to a distributed message queue system for storing and processing data in a decentralized manner. | 63 |
nodeca/idoit | A Redis-backed task queue engine with advanced features for managing tasks and monitoring progress. | 77 |
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 129 |
jaspervdj/psqueues | Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 396 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
aviate-labs/queue.mo | A data structure implementation in Motoko for efficient, FIFO-based element sequencing | 1 |