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 5 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
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆44Updated last week
- Lightweight header-only C++20 enum and typename reflection☆54Updated 2 months ago
- A modern and (mostly) macro free mocking-framework☆32Updated last week
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- Ease-of-use-first argument parsing for C++23☆61Updated 2 months ago
- Standalone version of the boost::unordered library☆26Updated 2 months ago
- List-initialize containers with proper move semantics☆30Updated last month
- An indirect value-type for C++☆82Updated last year
- P0323 & P2505 std::expected simple implementation☆39Updated last month
- variadic pointers and references☆22Updated 2 weeks ago
- C++ Better Futures☆44Updated 2 years ago
- KISS C++20 Type Reflection using IFC files☆68Updated 10 months ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- C++ command line argument parsing and routing☆53Updated 9 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 3 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆52Updated 5 months ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated last month
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- <charconv> from Microsoft STL, but multi-platform☆37Updated 3 weeks ago
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- Light-weight asynchronous transport-agnostic C++ RPC library.☆23Updated 8 months ago
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago
- Yet another C++ tweeners library.☆16Updated 3 years ago
- simple ray tracing library focusing on good code☆56Updated last year
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆53Updated 4 years ago
- A parallel pipeline for stream processing☆63Updated 2 years ago
- High-performance metrics library☆42Updated 3 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years 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 6 months ago
- C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.☆30Updated this week