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!

GitHub

112 stars
3 watching
2 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list

amortized-arraydata-structuresdequedouble-ended-queuenpm-modulenpm-packagequeuestack

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
athanclark/purescript-queueA data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed.3
strd6/priority_queueA JavaScript implementation of a priority queue data structure29
weyoss/redis-smqA Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend599
princemaple/elixir-queueA queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API.34
mmoreram/rsqueuebundleA Redis-based queuing system for Symfony applications52
smrchy/rsmqA lightweight message queue for Node.js using Redis as the underlying storage1,765
okeuday/pqueueImplementations of priority queues for Erlang, with varying trade-offs between speed and complexity.171
tarantool-php/queueA PHP interface to a distributed message queue system for storing and processing data in a decentralized manner.64
nodeca/idoitA Redis-backed task queue engine with advanced features for managing tasks and monitoring progress.77
davecom/swiftpriorityqueueA data structure implementation for managing elements of varying priorities in Swift372
robinjoseph08/redisqueueA Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts.131
jaspervdj/psqueuesProvides data structures and algorithms for efficient priority queuing in Haskell64
enriquebris/goconcurrentqueueA package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities404
resque/resque-webA web interface to Resque's job queue system, built as a Rails engine.236
aviate-labs/queue.moA data structure implementation in Motoko for efficient, FIFO-based element sequencing1