mpaland / avl_arrayLinks
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
☆51Updated 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:
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- Concurrent Hash Table☆27Updated last month
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- An indirect value-type for C++☆83Updated last year
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- B++ Tree☆68Updated 10 months ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 2 months ago
- Flat containers for C++☆59Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Composable C++ futures☆32Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- WIP☆26Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago