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:
- Reference implementation of Grisu-Exact in C++☆68Updated 4 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- low-level library for minimizing the size of your types☆114Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Library of flat vector-like based associative containers☆74Updated 2 years ago
- Fast integer to ascii / integer to string conversion☆233Updated 2 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 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 5 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- bad_alloc Behaving Badly☆75Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Flat containers for C++☆59Updated 2 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 4 years ago
- Add-on packages for Vector class library☆75Updated last year