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:
- ☆31Updated 9 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- For details, see the blog post:☆32Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMD (SSE) string functions☆102Updated 8 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- A high performance C++ playground library☆48Updated 9 years ago
- ☆13Updated 9 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 2 months 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
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 years ago