idreamerhx / ringbufferLinks
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
Sorting:
- header only log inherited from Nanolog☆38Updated 5 years ago
- std::future extension☆37Updated 4 years ago
- ☆40Updated 10 years ago
- C++ Message Queuing Library and Framework☆88Updated last month
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- libev-based event dispatcher for Qt☆40Updated 6 years ago
- An IPC library that implements publish/subscribe (PUBSUB) and remote procedure call (RPC) functionality.☆12Updated 5 years ago
- 📦 TCP based publish-subscribe library for C++ 🌐☆45Updated 3 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- Ultra fast and low latency C++ Logging library with flexible configuration and high throughput in multithreaded environment☆166Updated 3 weeks ago
- Thread safe, lock-free memory pool.☆59Updated last year
- An efficient single publisher multiple subscriber message queue for Linux IPC☆59Updated 5 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 11 years ago
- C++ Plugin framework☆78Updated 4 years ago
- A simple implementation of a MessageBus.