arturbac / small_vectors
Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms
☆13Updated 2 months ago
Alternatives and similar repositories for small_vectors:
Users that are interested in small_vectors are comparing it to the libraries listed below
- A C++14 and later CRTP template for defining iterators☆73Updated 3 weeks ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 weeks ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- C++11 compatible charconv☆30Updated 3 weeks ago
- List-initialize containers with proper move semantics☆30Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 3 weeks ago
- C++20 library for binary serialization of arbitrary aggregates or tuples. The library also unifies work with tuples and aggregates☆13Updated 3 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 11 months ago
- A universal type for non-type template parameters for C++20 or later.☆27Updated 8 months ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 7 months ago
- Asio Buffers without the Asio☆12Updated 3 months ago
- Standalone version of the boost::unordered library☆26Updated 3 months ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A C++14 Lambda Library☆24Updated 3 weeks ago
- Some library components that didn't quite fit anywhere else...☆35Updated 8 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 3 months ago
- A Faster Enum Reflection For C++20 Since I Don't Want To Wait For C++26 Reflection☆25Updated this week
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- A C++14 implementation of IEEE 754 decimal floating point numbers☆29Updated last month
- Transferred to https://github.com/Neargye/yacppl☆14Updated 3 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated 2 weeks ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Comparison operators for std::span☆15Updated 5 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆14Updated 2 years ago
- variadic pointers and references☆22Updated this week
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated last month
- A C++14 reflection library☆71Updated 3 weeks ago