soasis / static_containers
Containers of fixed capacity,
☆9Updated 5 months ago
Alternatives and similar repositories for static_containers:
Users that are interested in static_containers are comparing it to the libraries listed below
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated 11 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆19Updated 9 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- The Fancy Named Parameters Library☆30Updated 2 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 5 years 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
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 9 months ago
- Simple embeddable C++11 async tcp,http and websocket serving.☆10Updated 6 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated last year
- C++20 SIMD Within A Register library☆28Updated 4 months ago
- The IDK (Industrial Development Kit) library!☆29Updated 4 months ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Boost.Scope, a collection of scope guard utilities.☆14Updated last month
- Turns signals within a scope into c++ exceptions☆14Updated 2 years ago
- Library for complex bitfields☆19Updated 7 months ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated 8 months ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- Container Traits for Modern C++☆28Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated last year
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- 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