hatchet
Distributed, Fault-tolerant task queue.
6,718
Doubly-ended heap (min-max heap) with O(log n) access to both minimum and maximum elements.
Distributed, Fault-tolerant task queue.
Fast ring-buffer deque (double-ended queue).
Concurrent FIFO queue.
Multiple thread-safe, generic queue implementations for Go.
A highly optimized double-ended queue.