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:
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆19Updated 10 years ago
- A single file C++11 header-only memory mapped file library.☆64Updated last year
- Micro Signal/Slot implementetation☆34Updated last year
- 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
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- A C++14 Task Manager / Scheduler☆107Updated 2 years ago
- A simple, generic, header-only state machine implementation for C++.☆64Updated 3 years ago
- Library of backported modern C++ types to work with C++11☆85Updated 3 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Simple resource pool for recycling resources in C++☆69Updated 3 weeks ago
- C++ plugin framework☆52Updated 5 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 7 years ago
- Yet Another C++ Library☆21Updated last year
- std::future extension☆37Updated 4 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆84Updated 4 years ago
- C++11 signal/slot implementation☆78Updated 4 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆144Updated 4 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- 📦 TCP based publish-subscribe library for C++ 🌐☆45Updated 3 months ago
- C++ binding for nanomsg☆111Updated 10 years ago
- Active Object snippets with C++11, C++03 and C++/Qt