drogalis / Flat-Map-RB-Tree
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 4 months ago
Alternatives and similar repositories for Flat-Map-RB-Tree:
Users that are interested in Flat-Map-RB-Tree are comparing it to the libraries listed below
- Lightweight header-only C++20 enum and typename reflection☆53Updated last month
- Ease-of-use-first argument parsing for C++23☆61Updated last month
- A modern and (mostly) macro free mocking-framework☆32Updated last week
- C++ Better Futures☆43Updated 2 years ago
- P0323 & P2505 std::expected simple implementation☆39Updated last week
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated last month
- C++20 single-header library for embedding INI configs☆61Updated 2 years ago
- An indirect value-type for C++☆82Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- A fixed capacity dynamically sized string☆64Updated 2 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- Meta C++ Library and Tool☆81Updated 2 years ago
- C++ command line argument parsing and routing☆53Updated 8 months ago
- simple ray tracing library focusing on good code☆57Updated last year
- List-initialize containers with proper move semantics☆30Updated 3 weeks ago
- A C++17 library for declarative flow control☆20Updated last year
- KISS C++20 Type Reflection using IFC files☆67Updated 9 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 5 months ago
- value types for composite class design - with allocators☆47Updated 2 weeks 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
- Standalone version of the boost::unordered library☆25Updated 2 months ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆53Updated 4 years ago
- ☆26Updated 4 years ago
- Boost.PFR without the boost namespaces☆70Updated last week
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆50Updated 4 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 6 months ago
- Compile-time reflection for C++ to get field names and types from a struct/class.☆29Updated 3 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago