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.
☆14Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for Flat-Map-RB-Tree
- List-initialize containers with proper move semantics☆26Updated last year
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 4 years ago
- Standalone version of the boost::unordered library☆23Updated 4 months ago
- An indirect value-type for C++☆82Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆38Updated this week
- Ergonomic C++ Iterator interface for STL containers☆38Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆71Updated 2 years ago
- A performant and flexible genetic algorithm implemented in C++20/23.☆17Updated 2 months ago
- C++20 Compact Tuple Tools☆47Updated this week
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- KISS C++20 Type Reflection using IFC files☆49Updated 4 months ago
- A universal type for non-type template parameters for C++20 or later.☆26Updated 2 months ago
- A modern and (mostly) macro free mocking-framework☆26Updated 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…☆22Updated 3 years ago
- C++ command line argument parsing and routing☆52Updated 3 months ago
- Compact SVO optimized vector for C++17 or higher☆95Updated 5 months ago
- Unique-ownership smart pointers with observable lifetime.☆34Updated last year
- ☆26Updated 4 years ago
- Light-weight asynchronous transport-agnostic C++ RPC library.☆23Updated 3 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- The seq library is a collection of original C++14 STL-like containers and related tools☆85Updated last month
- Lightweight header-only C++20 enum and typename reflection☆52Updated last week
- An easy to customize, strong type library with built in support for unit-like behavior☆45Updated last month
- Comparison operators for std::span☆15Updated 4 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆43Updated this week
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 4 years ago
- A C++20 serialization library (cereal fork)☆25Updated last year
- value types for composite class design - with allocators☆37Updated last month
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year