p-ranav / small_vectorLinks
"Small Vector" optimization for Modern C++: store up to a small number of items on the stack
☆35Updated 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++☆29Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- An indirect value-type for C++☆83Updated 2 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- ☆25Updated 5 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 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
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- The Fancy Named Parameters Library☆36Updated 3 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- Small small_vector☆34Updated 6 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Standalone version of the boost::unordered library☆35Updated 6 months ago
- A wrapper of common C++ std types for functional programming☆22Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last month
- Flat containers for C++☆59Updated 7 months ago
- ☆31Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- Rebooting the std::bitset franchise☆46Updated 3 weeks ago
- Library of flat vector-like based associative containers☆76Updated 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…☆21Updated 4 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- A fixed capacity dynamically sized string☆69Updated last month