skarupke / heapLinks
Looking into the performance of heaps, starting with the Min-Max Heap
☆69Updated 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
- C++14 cache friendly B-heap priority queue☆106Updated 2 weeks ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆50Updated 4 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Fast integer to ascii / integer to string conversion☆236Updated 2 years ago
- low-level library for minimizing the size of your types☆114Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 4 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 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 2 months ago
- ☆49Updated 8 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 3 weeks ago
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- For details, see the blog post:☆33Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Add-on packages for Vector class library☆75Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago