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 hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 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
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- bad_alloc Behaving Badly☆74Updated 6 years ago
- Fast integer to ascii / integer to string conversion☆232Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Portable C++ SIMD library☆173Updated 5 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- ☆49Updated 7 years ago
- Flat containers for C++☆59Updated last month
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- Add-on packages for Vector class library☆75Updated last year
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago