bytemaster / disruptorLinks
My take on the LMAX Disruptor
☆75Updated 12 years ago
Alternatives and similar repositories for disruptor
Users that are interested in disruptor are comparing it to the libraries listed below
Sorting:
- LMAX's disruptor pattern implemented in C☆96Updated last month
- Ultra low latency messaging kernel☆156Updated 10 years ago
- A CPP implementation of the LMAX disruptor for single producers☆26Updated 10 years ago
- The Lightstep distributed tracing library for C++☆39Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- Our open source benchmarks and code samples☆192Updated 2 months ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- ☆66Updated 4 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- C++ port of LMAX disruptor☆22Updated 7 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- C++11 producer/consumer library for Apache Kafka v0.10.1.0+. Does not require zookeeper integration☆27Updated 8 years ago
- Nanomsg binding for C++11☆117Updated 4 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- Benchmarks for lockfree datastructures.