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
- π Have your bits and eat them too! A C++17 bit lens container for vector types.β21Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20β18Updated 3 years ago
- β26Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each itemβ12Updated 4 years ago
- homogeneous variadic function parametersβ17Updated last year
- flat_map standardization proposalβ10Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.β14Updated 2 years ago
- C++20 for flag enumsβ27Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only libraryβ36Updated 10 months ago
- C++ Testing using spies and fakes for isolation and simulationβ10Updated 6 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill'sβ¦β14Updated last year
- A single-file header-only library that lets you easily combine lambdas for C++11 and laterβ19Updated 5 years ago
- Similar to python's `repr`, for c++β32Updated 3 years ago
- Comparison operators for std::spanβ15Updated 5 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
- Container Traits for Modern C++β29Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thrβ¦β28Updated 6 months ago
- A wrapper of common C++ std types for functional programmingβ22Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute theβ¦β26Updated last year
- Non-intrusive C++ signal programming libraryβ50Updated 3 years ago
- C++ header-only data reflection/introspectionβ9Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbaiβ51Updated last year
- Boost.Mustacheβ10Updated 2 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion libraryβ40Updated 2 years ago
- C++20 SQLite wrapper with an expressive code that runs fastβ26Updated 4 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of lβ¦β20Updated 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
- Pre-conditions, post-conditions, and assertions, all available at compile-timeβ24Updated 3 years ago
- A task orient thread pool library for C++14 with cancellation and allocator supportβ17Updated 11 months ago
- Tiny Test Systemβ27Updated last week