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 10 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Linear vs binary search benchmark☆41Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Rolling Hash C++ Library☆189Updated last year
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- Lightweight locality-aware user-level threading runtime.☆196Updated 2 weeks ago
- For details, see the blog post:☆34Updated last year
- Our open source benchmarks and code samples☆193Updated 3 months ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Memory-mapped storage library☆76Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 4 years ago
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Intel(R) Concurrent Collections for C++☆116Updated 2 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆169Updated 8 months ago