drogalis / contiguous-rb-tree-mapLinks
A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a reduced memory footprint per node.
☆13Updated last year
Alternatives and similar repositories for contiguous-rb-tree-map
Users that are interested in contiguous-rb-tree-map are comparing it to the libraries listed below
Sorting:
- An indirect value-type for C++☆83Updated 2 years ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆72Updated 4 months ago
- Ease-of-use-first argument parsing for C++23☆63Updated last month
- List-initialize containers with proper move semantics☆30Updated 10 months ago
- simple ray tracing library focusing on good code☆58Updated last year
- Ergonomic C++ Iterator interface for STL containers☆39Updated 3 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- Standalone version of the boost::unordered library☆35Updated 6 months ago
- Unique-ownership smart pointers with observable lifetime.☆39Updated 5 months ago
- C++ command line argument parsing and routing☆51Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Time to #include standard library and other C++ headers.☆106Updated 4 years ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 6 months ago
- A universal type for non-type template parameters for C++20 or later.☆28Updated last year
- P0323 & P2505 std::expected simple implementation☆43Updated 6 months 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
- Forward declarations for C++ standard library☆22Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Comparison operators for std::span☆16Updated 5 years ago
- Meta C++ Library and Tool☆83Updated 3 years ago
- A C++20 serialization library (cereal fork)☆32Updated 7 months ago
- Library for complex bitfields☆19Updated last year
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 years ago
- C++20 compile-time reflection library.☆35Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 7 years ago
- C++20 Dynamic Reflection Library☆139Updated 10 months ago
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago