ebqueue

Blocking Queue

A simple blocking unbounded queue implementation in Erlang

Tiny simple blocking queue in erlang

GitHub

8 stars
5 watching
0 forks
Language: Erlang
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
joekain/blockingqueue A GenServer-based queue implementation with blocking semantics to decouple producer and consumer processes. 53
okeuday/pqueue Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. 171
adrianbrad/queue Thread-safe, generic implementations of queue data structures in Go 276
darach/dq A distributed fault-tolerant queue library for Erlang 35
tomas-abrahamsson/gpb Compiles Google protocol buffer definitions into Erlang code 561
chicagoboss/tinymq A lightweight message queue with in-memory storage and Erlang-based channel management 123
tomeraberbach/quetie A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. 112
gossiperl/erflux An Erlang interface to InfluxDB, allowing data ingestion and querying 29
gabrielelana/erlang-watchlist A curated collection of reference materials to learn Erlang programming best practices and idioms 8
edwingeng/deque A high-performance data structure for efficient double-ended queue operations 187
robinjoseph08/redisqueue A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. 131
joseferben/pocketbase-queue A type-safe queue for background tasks using PocketBase. 37
keichan34/tea_crypto_erl An implementation of a simple encryption algorithm in Erlang. 0
mirage/ke Fast implementation of queue data structure 51
enriquebris/goconcurrentqueue A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities 404