fvalasiad / devector
C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at both the start & end of it.
☆13Updated 2 years ago
Alternatives and similar repositories for devector:
Users that are interested in devector are comparing it to the libraries listed below
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- ☆26Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 4 years ago
- flat_map standardization proposal☆10Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 9 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Boost.Mustache☆10Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Type traits for properties of C / C++ enum types☆20Updated 5 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A C++20 serialization library (cereal fork)☆27Updated 2 years ago
- Comparison operators for std::span☆15Updated 4 years ago
- homogeneous variadic function parameters☆17Updated 10 months ago
- The Fancy Named Parameters Library☆30Updated 2 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- A hash function library☆38Updated last week
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- Portable UUID generation library for C++☆26Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆26Updated 3 months ago
- ☆32Updated 2 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 2 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Some library components that didn't quite fit anywhere else...☆34Updated 4 months ago