tommyettinger / waterhashLinks
Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math
☆26Updated 6 years ago
Alternatives and similar repositories for waterhash
Users that are interested in waterhash are comparing it to the libraries listed below
Sorting:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- For details, see the blog post:☆34Updated last year
- benchmarking positional population count☆15Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Random access array of tightly packed unsigned integers☆170Updated 3 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆31Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Yet another C++ text formatting library.☆71Updated 10 months ago
- A super-fast hash algorithm in a single C++ header☆90Updated 4 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆75Updated 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
- A simple bitset library in C☆137Updated 7 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆38Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆47Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- ☆16Updated 11 years ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Benchmarks for our memory allocator☆69Updated 2 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- A C++ library for integer array compression☆29Updated 3 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- A C++ header only interval tree implementation.☆71Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆330Updated 11 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago