tommyettinger / waterhash
Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math
☆25Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for waterhash
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- For details, see the blog post:☆31Updated 11 months ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- ☆39Updated 3 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 2 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆41Updated last year
- benchmarking positional population count☆12Updated 8 months ago
- LZ77/LZSS designed for SSE based decompression☆135Updated 5 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 5 months ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Null-termination-aware string-view class for C++☆24Updated last year
- ☆31Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 months ago
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆43Updated 3 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆29Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year