Data Structures and Algorithms / Queues

9 packages

Packages (9)

hatchet

Distributed, Fault-tolerant task queue.

6,746 324

deque

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

767 68

queue

Multiple thread-safe, generic queue implementations for Go.

332 15

deque

A highly optimized double-ended queue.

204 7

memlog

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

138 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.

11 2

dqueue

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

2