mpaland / avl_arrayLinks
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
☆50Updated 3 years ago
Alternatives and similar repositories for avl_array
Users that are interested in avl_array are comparing it to the libraries listed below
Sorting:
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 3 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…☆42Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆109Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆158Updated 3 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Flat containers for C++☆59Updated 4 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated 3 weeks ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- A library of type traits for introspecting C++ function types☆31Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆169Updated 8 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last month
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated last month
- A little metaprogramming and functional library☆69Updated 3 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆207Updated last month
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- The Fancy Named Parameters Library☆36Updated last week