valyala / gheap
Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.
☆134Updated 5 years ago
Alternatives and similar repositories for gheap
Users that are interested in gheap are comparing it to the libraries listed below
Sorting:
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- ☆106Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Hashing functions and PRNGs based on them☆161Updated 3 months ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 5 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- A fast alternative to the modulo reduction☆308Updated 4 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- High Performance Streams Based on Coroutine TS ⚡☆150Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- ☆127Updated 2 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆151Updated 5 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆254Updated 5 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 3 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆88Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago