jnk0le / Ring-BufferLinks
simple C++11 ring buffer implementation, allocated and evaluated at compile time
☆430Updated last year
Alternatives and similar repositories for Ring-Buffer
Users that are interested in Ring-Buffer are comparing it to the libraries listed below
Sorting:
- Fast C++ IPC using shared memory☆621Updated 3 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,087Updated last year
- A lightweight and very fast event bus / event framework for C++17☆408Updated last year
- json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa☆458Updated 2 weeks ago
- A C++11/14/17 header-only cross-platform library for handling CRON expressions☆257Updated 2 years ago
- A simple C++14 signal-slots implementation☆843Updated 3 months ago
- A simple, header only event bus library written in modern C++17.☆190Updated last month
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated last month
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆569Updated 3 months ago
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆303Updated 3 months ago
- A portable, pure C++11 timer component.☆176Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,391Updated last year
- C++ wrapper around the nanomsg NNG API☆217Updated 4 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆261Updated last year
- High performance C++11 thread pool☆582Updated 5 years ago
- Lightweight finite state machine framework for C++17☆167Updated 3 weeks ago
- JSON-RPC for modern C++☆274Updated last year
- A modern, fast, lightweight thread pool library based on C++2x