skarupke / heapLinks
Looking into the performance of heaps, starting with the Min-Max Heap
☆66Updated 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 hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- How fast can we shuffle values?☆37Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- ☆49Updated 7 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Flat containers for C++☆59Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- ☆39Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 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
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Fast integer to ascii / integer to string conversion☆228Updated 2 years ago
- Comparing linear and binary searches☆40Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- bad_alloc Behaving Badly☆74Updated 6 years ago
- Reference implementation of Grisu-Exact in C++☆64Updated 4 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago