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:
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆89Updated 2 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A simple bitset library in C☆134Updated 4 months ago
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- ☆107Updated last year
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆172Updated 5 years ago
- C11 Lock-free Stack☆184Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 7 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Random access array of tightly packed unsigned integers☆162Updated 3 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 5 years ago
- Hashing functions and PRNGs based on them☆162Updated 5 months ago
- High Performance Streams Based on Coroutine TS ⚡☆150Updated 6 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year