valyala / gheapLinks
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:
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- C11 Lock-free Stack☆183Updated last year
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A simple bitset library in C☆135Updated 5 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- ☆108Updated last year
- Hashing functions and PRNGs based on them☆163Updated 6 months ago
- C library to pack and unpack short arrays of integers as fast as possible☆90Updated 2 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Random access array of tightly packed unsigned integers☆164Updated 3 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 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
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆401Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated last month
- Fast decoder for VByte-compressed integers☆124Updated last year
- Open multi-methods for C++11☆117Updated 7 years ago