arturbac / small_vectorsLinks
Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms
☆15Updated 9 months ago
Alternatives and similar repositories for small_vectors
Users that are interested in small_vectors are comparing it to the libraries listed below
Sorting:
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆71Updated 3 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Library of backported modern C++ types to work with C++11☆90Updated 7 months ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated 3 weeks 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☆50Updated 3 weeks ago
- Simple C++ library with useful string functions.☆11Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 5 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆45Updated 3 weeks ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 2 months ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- List-initialize containers with proper move semantics☆30Updated 9 months ago
- Yet another C++ text formatting library.☆71Updated last year
- Type traits for properties of C / C++ enum types☆22Updated 6 years 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
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 9 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 3 weeks ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- 🎲 Simple, compiler agnostic, C++23 reflection library (for aggregates and enums)☆17Updated 3 months ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆24Updated 2 weeks ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 4 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 8 months ago
- C++11 compatible charconv☆31Updated last week
- An Fast, Intuitive and Type-Safe C++ Enumeration Support Library☆41Updated 2 months ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 4 months ago
- Some library components that didn't quite fit anywhere else...☆36Updated last month
- ☆29Updated last week
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A library of type traits for introspecting C++ function types