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:
- Library of backported modern C++ types to work with C++11☆90Updated 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 5 months ago
- List-initialize containers with proper move semantics☆30Updated 8 months ago
- Displayed width of UTF-8 strings in Modern C++☆48Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years 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 last week
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 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
- C++20 Dependency Injection library☆31Updated 7 months ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆70Updated 2 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆45Updated last week
- C++11 compatible charconv☆31Updated 3 weeks ago
- meta-programming, C++11☆16Updated 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☆50Updated last week
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last week
- A wrapper of common C++ std types for functional programming☆22Updated 2 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 years ago
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆24Updated 2 weeks ago
- An indirect value-type for C++☆83Updated 2 years ago
- Easy Parsing C++ Library☆21Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 8 months ago
- ☆31Updated 4 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆66Updated 2 weeks ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year