lewissbaker / disruptorplusLinks
A disruptor thread-synchronisation data structure for C++11.
☆136Updated 2 years ago
Alternatives and similar repositories for disruptorplus
Users that are interested in disruptorplus are comparing it to the libraries listed below
Sorting:
- An implementation of Seqlock in C++11☆220Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- fixpp - A modern C++ FIX library☆85Updated 11 months ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Boost::ASIO low-level redis client (connector)