mackstann / hash-table-shootoutLinks
A benchmark of some prominent C/C++ hash table implementations
☆105Updated 6 years ago
Alternatives and similar repositories for hash-table-shootout
Users that are interested in hash-table-shootout are comparing it to the libraries listed below
Sorting:
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Fast decoder for VByte-compressed integers☆123Updated last year
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Compact Data Structures Library☆100Updated 3 years ago
- Algorithms to compress sorted arrays of integers☆17Updated 11 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Iterator library.☆79Updated 5 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago
- Rolling Hash C++ Library☆187Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Fast and Reliable (but not Secure) Hash☆53Updated 7 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Compute xxHash hash codes for 8 keys in parallel☆46Updated 6 years ago
- ☆16Updated 11 years ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- A collection of string sorting algorithms☆55Updated 3 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago