lava / linear_ringbuffer
A C++ ringbuffer that always looks like a flat array
☆81Updated 4 years ago
Alternatives and similar repositories for linear_ringbuffer:
Users that are interested in linear_ringbuffer are comparing it to the libraries listed below
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated last week
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Simple resource pool for recycling resources in C++☆67Updated 8 months ago
- An indirect value-type for C++☆82Updated last year
- A bunch of small C++ utilities☆65Updated last year
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 9 months ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated last week
- A C++14 and later CRTP template for defining iterators☆72Updated last week
- Variadic templates and std::integer_sequence support library☆111Updated last month
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- Yet another C++ text formatting library.☆71Updated 3 months ago
- Helpers for preventing the static initialization order fiasco of global variables.