tommyettinger / waterhash
Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math
☆26Updated 5 years ago
Alternatives and similar repositories for waterhash:
Users that are interested in waterhash are comparing it to the libraries listed below
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 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 9 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ library for integer array compression☆29Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- portability macros for compiler and hardware micro operations☆36Updated 8 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- C++ wrapper around wyhash and wyrand☆14Updated 7 months ago
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 8 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 6 months ago
- LZ77/LZSS designed for SSE based decompression☆135Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated 9 months ago
- Fast and Strong Burrows Wheeler Model☆19Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 2 months ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Effective Memory Reclamation☆54Updated 5 years ago
- Flat containers for C++☆59Updated 2 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Add-on packages for Vector class library☆73Updated last year
- Public domain string formatting micro-library for C++, based on python-style format strings.☆35Updated 3 years ago
- C++20 SIMD Within A Register library☆30Updated 6 months ago
- Fast comparison-based sort algorithm☆55Updated 2 years ago