fvalasiad / devectorLinks
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.
☆14Updated 2 years ago
Alternatives and similar repositories for devector
Users that are interested in devector are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 5 years ago
- flat_map standardization proposal☆10Updated 3 years ago
- ☆26Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Papers intended for the C++ Standardization Committee☆14Updated last year
- ☆20Updated this week
- A compiler-friendly variadic type list for C++.☆36Updated 2 years ago
- Similar to python's `repr`, for c++☆32Updated 3 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
- Boost.Mustache☆10Updated 2 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- A wrapper of common C++ std types for functional programming☆22Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- C++ header-only data reflection/introspection☆9Updated 3 years ago
- meta-programming, C++11☆16Updated 3 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- homogeneous variadic function parameters☆17Updated last year
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated 3 weeks ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- ☆17Updated 3 years ago
- Generic 2D graphics library for C++14☆28Updated 4 months ago
- Portable UUID generation library for C++☆26Updated 2 years ago