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 7 years ago
- For details, see the blog post:☆32Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- ☆31Updated 9 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 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 benchmark for sorting algorithms☆60Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆46Updated 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
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- benchmarking positional population count☆15Updated last year
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago