KonanM / small_vectorLinks
Small small_vector
☆34Updated 5 months ago
Alternatives and similar repositories for small_vector
Users that are interested in small_vector are comparing it to the libraries listed below
Sorting:
- A C++14 and later CRTP template for defining iterators☆76Updated 3 weeks ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 9 months ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated 3 weeks ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- C++14 code to convert integers to strings at compile-time☆121Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last week
- A fixed capacity dynamically sized string☆69Updated 2 weeks ago
- An indirect value-type for C++☆83Updated 2 years ago
- ranges features for c+23 ported to C++20☆76Updated 2 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 dynamically-resizable vector with fixed capacity and embedded storage☆172Updated 4 years ago
- A bunch of small C++ utilities☆70Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- repr for Modern C++: Return printable string representation of a value☆86Updated 5 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆129Updated 3 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…