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:
- For details, see the blog post:☆34Updated 2 years ago
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- ☆31Updated 10 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- Tiny perfect hash library for C, C++, and Lua☆169Updated 6 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last month
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Marlin: high throughput entropy compressor☆30Updated 2 years ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 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
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago