skarupke / heapLinks
Looking into the performance of heaps, starting with the Min-Max Heap
☆68Updated 4 years ago
Alternatives and similar repositories for heap
Users that are interested in heap are comparing it to the libraries listed below
Sorting:
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- bad_alloc Behaving Badly☆74Updated 6 years ago
- ☆49Updated 7 years ago
- std::bitset with constexpr implementations plus additional features.☆122Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- The Bit Library☆58Updated 6 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 10 months ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Tiny perfect hash library for C, C++, and Lua☆166Updated 6 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 2 months ago
- Yet another C++ text formatting library.☆71Updated 7 months 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
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆169Updated 4 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- Fast integer to ascii / integer to string conversion☆231Updated 2 years ago