idreamerhx / ringbuffer
A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts
☆20Updated 9 years ago
Alternatives and similar repositories for ringbuffer:
Users that are interested in ringbuffer are comparing it to the libraries listed below
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 4 years ago
- header only log inherited from Nanolog☆36Updated 4 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.☆11Updated 8 years ago
- std::future extension☆37Updated 4 years ago
- An IPC library that implements publish/subscribe (PUBSUB) and remote procedure call (RPC) functionality.☆13Updated 5 years ago
- 📦 TCP based publish-subscribe library for C++ 🌐☆42Updated 3 weeks ago
- A lovely structopt library for C++! Parse command line arguments by defining a struct! ❤️☆10Updated last year
- C++11 compatible charconv☆29Updated this week
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆15Updated last week
- easy to use callback library for C++☆40Updated 7 years ago
- A threadsafe C++ implementation of the EventBus idiom☆33Updated 5 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 5 years ago
- A simple Qt based widget for visualizing spdlog output.☆60Updated 9 months ago
- boost based Publisher/Subscriber framework in C++☆22Updated 4 years ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆18Updated 9 years ago
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 6 years ago
- Shared-memory based ring buffer☆60Updated 7 years ago
- C++ Build Scripts☆14Updated 2 years ago
- simple c++ wrapper on unqlite api☆12Updated 3 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with …☆39Updated last year
- An efficient single publisher multiple subscriber message queue for Linux IPC☆58Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Thread safe, lock-free memory pool.☆57Updated 11 months ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Header-only spdlog config library which use json file as a configuration file☆11Updated 5 years ago
- libuv-based Event Dispatcher for Qt☆29Updated 9 years ago