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:
- ☆26Updated 5 years ago
- 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 4 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 5 years ago
- Papers intended for the C++ Standardization Committee☆14Updated last year
- Container Traits for Modern C++☆29Updated 4 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++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
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- homogeneous variadic function parameters☆17Updated last year
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- meta-programming, C++11☆16Updated 2 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
- Boost.Mustache☆10Updated 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…☆61Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Generic 2D graphics library for C++14☆28Updated 4 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 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 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- Virtual memory based containers☆42Updated 3 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 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