lewissbaker / disruptorplus
A disruptor thread-synchronisation data structure for C++11.
☆119Updated last year
Related projects ⓘ
Alternatives and complementary repositories for disruptorplus
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆140Updated 8 months ago
- generic stack-based container☆105Updated 6 years ago
- C++ framework for rapid server development☆76Updated 9 months ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- Literal Logging for C++☆83Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- Simple resource pool for recycling resources in C++☆64Updated 4 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- Session-based Beast/Asio wrapper requiring C++14☆65Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆136Updated 4 years ago
- A prototype implementation of the executors proposal☆84Updated 5 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- An async redis client designed for performance and scalability☆230Updated this week
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings