dq
Fault Tolerant Queue
A distributed fault-tolerant queue library for Erlang
Distributed Fault Tolerant Queue library
35 stars
6 watching
2 forks
Language: Erlang
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
rgrinberg/ebqueue | A simple blocking unbounded queue implementation in Erlang | 8 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
dlang-community/d-yaml | A YAML parser and emitter for the D programming language | 119 |
mirage/ke | Fast implementation of queue data structure | 51 |
jaspervdj/psqueues | Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
adrianbrad/queue | Thread-safe, generic implementations of queue data structures in Go | 276 |
danielberkompas/immortal | A collection of reusable modules to help build fault-tolerant OTP applications in Elixir | 176 |
darky/bull-repl | A command-line interface to interact with Bull queues | 230 |
huntlabs/grpc-dlang | A D programming language implementation of the gRPC protocol using the hunt-http library. | 44 |
vmware/concord-bft | A distributed state machine replication library designed to handle malicious replicas and improve scalability in BFT-based systems | 381 |
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 351 |
strd6/priority_queue | A JavaScript implementation of a priority queue data structure | 29 |
heinrichapfelmus/reactive-banana | A Functional Reactive Programming library for Haskell | 523 |
edwingeng/doublejump | A consistent hash implementation with improved node removal functionality | 103 |