skarupke / sherwood_mapLinks
A hash table implementation using Robin Hood Linear Probing
☆51Updated 11 years ago
Alternatives and similar repositories for sherwood_map
Users that are interested in sherwood_map are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- ☆31Updated 9 years ago
- For details, see the blog post:☆34Updated last year
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- ☆13Updated 9 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆50Updated 4 years ago
- fast open addressing hash table☆41Updated 3 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Marlin: high throughput entropy compressor☆30Updated 2 years ago
- A high performance C++ playground library☆48Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago