jonathonracz / circular_buffer_stlLinks
Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.
☆11Updated 8 years ago
Alternatives and similar repositories for circular_buffer_stl
Users that are interested in circular_buffer_stl are comparing it to the libraries listed below
Sorting:
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- Header file only filesystem library similar to boost::filesystem, but more light-weight. Supports both Windows and POSIX filesystem APIs…☆11Updated 15 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- 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
- A C++11 memory pool for multi-threaded applications☆34Updated 7 years ago
- Freundlich's C++ toolkit☆33Updated 3 weeks ago
- Extraction of Microsoft PPLX out of C++ REST SDK☆24Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- C++ 11 type traits for callable objects like lambda functions or objects with operator().☆40Updated 8 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- Fork of Marcin Kalicinski's RapidXml library☆18Updated 10 months ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆19Updated 9 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A simple, generic, header-only state machine implementation for C++.☆63Updated 3 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- C++ class reflection library without RTTI.☆35Updated 8 years ago
- Micro Signal/Slot implementetation☆34Updated last year
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- semver in c++☆30Updated last year
- An easier way to write asynchronous c++ grpc clients/servers.