jpcima / ring-buffer
Ring buffer library for C++17
☆39Updated 2 years ago
Alternatives and similar repositories for ring-buffer:
Users that are interested in ring-buffer are comparing it to the libraries listed below
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆76Updated last year
- nanomsg rpc with protobuf☆39Updated 11 years ago
- Priority-based Task Scheduling for Modern C++☆88Updated 4 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆47Updated last month
- Shared-memory based ring buffer☆60Updated 7 years ago
- C++ serializers benchmark with realistic data☆122Updated 2 years ago
- A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.☆73Updated last week
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- A simple, header only event bus library written in modern C++17.☆155Updated last week
- A single-header scheduler aware C++ future/promise that does not block☆30Updated 3 months ago
- better asio wrapper (++asio)☆42Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 3 weeks ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- SimpleEnum: An Fast, Intuitive and Type-Safe C++ Enumeration Support Library☆33Updated last month
- Simple resource pool for recycling resources in C++☆67Updated 9 months ago
- A simple C++ header-only template library implementing matching using wildcards☆86Updated last year
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated last month
- C++ Active Objects☆62Updated 7 years ago
- Fixed size function wrapper like std::function☆69Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.