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 3 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
- KISS C++20 Type Reflection using IFC files☆49Updated 8 months ago
- C++ command line argument parsing and routing☆52Updated 7 months ago
- Ease-of-use-first argument parsing for C++23☆60Updated 2 weeks ago
- Replacement for std::optional with efficient memory usage and additional features.☆44Updated this week
- A modern and (mostly) macro free mocking-framework☆32Updated last week
- Lightweight header-only C++20 enum and typename reflection☆53Updated 2 weeks ago
- Standalone version of the boost::unordered library☆24Updated last month
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆48Updated 3 months ago
- C++20 single-header library for embedding INI configs☆60Updated last year
- C++17 lightweight state machine with a user-friendly syntax☆16Updated 3 years ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated 2 years ago
- List-initialize containers with proper move semantics☆30Updated last month
- Ergonomic C++ Iterator interface for STL containers☆38Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- A parallel pipeline for stream processing☆62Updated 2 years ago
- string pattern matching in C++20☆9Updated 3 years ago
- Comparison operators for std::span☆15Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 4 years ago
- Text wrapper and column formatter for C++.☆26Updated last year
- stl-like algorithms for TYPES☆31Updated last year
- C++17 compile-time enum reflection library☆45Updated 2 years ago
- C++20 compile-time reflection library.☆35Updated 4 months ago
- Time to #include standard library and other C++ headers.☆105Updated 3 years ago
- Recursive Variant: A simple library for Recursive Variant Types☆82Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- simple ray tracing library focusing on good code☆55Updated last year
- Container Traits for Modern C++☆28Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week