ebqueue
Blocking Queue
A simple blocking unbounded queue implementation in Erlang
Tiny simple blocking queue in erlang
8 stars
5 watching
0 forks
Language: Erlang
last commit: about 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A GenServer-based queue implementation with blocking semantics to decouple producer and consumer processes. | 53 |
| Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
| Thread-safe, generic implementations of queue data structures in Go | 276 |
| A distributed fault-tolerant queue library for Erlang | 35 |
| Compiles Google protocol buffer definitions into Erlang code | 561 |
| A lightweight message queue with in-memory storage and Erlang-based channel management | 123 |
| A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. | 112 |
| An Erlang interface to InfluxDB, allowing data ingestion and querying | 29 |
| A curated collection of reference materials to learn Erlang programming best practices and idioms | 8 |
| A high-performance data structure for efficient double-ended queue operations | 187 |
| A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 131 |
| A type-safe queue for background tasks using PocketBase. | 37 |
| An implementation of a simple encryption algorithm in Erlang. | 0 |
| Fast implementation of queue data structure | 51 |
| A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 404 |