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: 5 months ago
Linked from 1 awesome list
amortized-arraydata-structuresdequedouble-ended-queuenpm-modulenpm-packagequeuestack
Related projects:
Repository | Description | Stars |
---|---|---|
| A data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed. | 3 |
| A JavaScript implementation of a priority queue data structure | 29 |
| A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
| A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 34 |
| A Redis-based queuing system for Symfony applications | 52 |
| A lightweight message queue for Node.js using Redis as the underlying storage | 1,765 |
| Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
| A PHP interface to a distributed message queue system for storing and processing data in a decentralized manner. | 64 |
| A Redis-backed task queue engine with advanced features for managing tasks and monitoring progress. | 77 |
| A data structure implementation for managing elements of varying priorities in Swift | 372 |
| A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 131 |
| Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
| A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 404 |
| A web interface to Resque's job queue system, built as a Rails engine. | 236 |
| A data structure implementation in Motoko for efficient, FIFO-based element sequencing | 1 |