SteveZhangSZ / ConstexprCircularQueue
Single Header Constexpr Circular Queue
☆17Updated 4 years ago
Alternatives and similar repositories for ConstexprCircularQueue:
Users that are interested in ConstexprCircularQueue are comparing it to the libraries listed below
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A saturating arithmetic cast.☆12Updated 5 years ago
- Library for complex bitfields☆19Updated 8 months ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 8 months ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Cake is a fast build system written in Python.☆20Updated 5 years ago
- Yet another post-build step and class to bring reflection to C++ enumerations.☆11Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- Make std::mdspan formattable by std::format.☆10Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆14Updated 11 months ago
- Text encoding for modern C++☆30Updated 3 years ago
- String to Float Benchmark☆19Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated last week
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆45Updated 6 months ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago