p-ranav / small_vectorLinks
"Small Vector" optimization for Modern C++: store up to a small number of items on the stack
☆36Updated 4 years ago
Alternatives and similar repositories for small_vector
Users that are interested in small_vector are comparing it to the libraries listed below
Sorting:
- Container Traits for Modern C++☆30Updated 4 years ago
- An indirect value-type for C++☆84Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated this week
- Small small_vector☆34Updated 2 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- 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
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- ☆26Updated 5 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- The Fancy Named Parameters Library☆34Updated last month
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated this week
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆58Updated this week
- A fixed capacity dynamically sized string☆68Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Some library components that didn't quite fit anywhere else...☆36Updated 2 weeks ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆22Updated 4 years ago
- Rebooting the std::bitset franchise☆46Updated 5 months ago
- A wrapper of common C++ std types for functional programming☆22Updated 2 years ago