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:
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- ☆31Updated 9 years 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
- For details, see the blog post:☆32Updated last year
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- High performance multithreading toolkit for C++17☆47Updated last month
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- A high performance C++ playground library☆48Updated 9 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- ☆13Updated 9 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago