JustasMasiulis / circular_bufferLinks
A constexpr STL style circular buffer implementation
☆71Updated last year
Alternatives and similar repositories for circular_buffer
Users that are interested in circular_buffer are comparing it to the libraries listed below
Sorting:
- A simple C++ header-only template library implementing matching using wildcards☆87Updated last year
- 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 2 months ago
- File/Directory Watcher for Modern C++☆84Updated 2 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 4 months ago
- C++ utilities☆133Updated last month
- A single header standard C++ serialization framework.☆194Updated 3 years ago
- High performance C++11 signals☆172Updated 5 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆52Updated last week
- A small header-only library for converting data between json representation and c++ structs☆156Updated 10 months ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆84Updated 3 years ago
- A simple, header only event bus library written in modern C++17.☆164Updated last month
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- C++ header-only library for generic data validation.☆61Updated last month
- 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 …☆141Updated 2 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 2 months ago
- Modern C++ generic header-only template library.☆102Updated 2 years ago
- A modern c++ implementation of the msgpack spec. - msgpack.org[C++17]☆153Updated last year
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- Pipelines for Modern C++☆67Updated 4 years ago
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆133Updated 4 years ago
- A static reimplementation of the C++ STL (no dynamic memory allocations).☆102Updated 5 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- Scope Guard & Defer C++