Data Structures and Algorithms / Queues

9 packages

Packages (9)

hatchet

Distributed, Fault-tolerant task queue.

7,235 400

deque

Fast ring-buffer deque (double-ended queue).

775 69

queue

Multiple thread-safe, generic queue implementations for Go.

354 15

deque

A highly optimized double-ended queue.

208 7

memlog

An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka.

139 7

deheap

Doubly-ended heap (min-max heap) with O(log n) access to both minimum and maximum elements.

16 2

list

A generic, thread-safe doubly linked list with full iterator support and an intrusive singly linked list for embedded use; a feature-rich replacement for container/list.

12 2

dqueue

Simple, in memory, zero dependency and battle tested, thread-safe deferred queue.

3