C library implementing the ridiculously fast CLHash hashing function
☆282Apr 4, 2024Updated last year
Alternatives and similar repositories for clhash
Users that are interested in clhash are comparing it to the libraries listed below
Sorting:
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Jan 23, 2025Updated last year
- A fast alternative to the modulo reduction☆318Mar 22, 2021Updated 4 years ago
- A simple C library for compressing lists of integers using binary packing☆524Aug 18, 2023Updated 2 years ago
- A simple bitset library in C☆142Jan 12, 2026Updated 2 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- SIMD-accelerated base64 codecs☆445Apr 4, 2024Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- qp tries and crit-bit tries☆124Jul 12, 2022Updated 3 years ago
- SIMDized check which bytes are in a set☆28Oct 21, 2018Updated 7 years ago
- One of the fastest hash functions.☆364Feb 15, 2025Updated last year
- High-performance dictionary coding☆110Apr 5, 2017Updated 8 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆308Mar 13, 2024Updated 2 years ago
- Fast integer compression in C using the StreamVByte codec☆413Feb 9, 2025Updated last year
- NetBSD cdb (constant database) library☆14May 24, 2019Updated 6 years ago
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpand…☆1,792Mar 9, 2026Updated last week
- UMASH: a fast enough hash and fingerprint with collision bounds☆160Jan 11, 2026Updated 2 months ago
- An-source C library developed and used at AppNexus.☆114Nov 24, 2019Updated 6 years ago
- C automata library to build, determinize, minimize, translate regexp etc☆11Mar 26, 2016Updated 9 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆52Apr 19, 2024Updated last year
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- How fast can we shuffle values?☆40Mar 12, 2024Updated 2 years ago
- LZ77/LZSS designed for SSE based decompression☆146Apr 18, 2019Updated 6 years ago
- Header-only binary fuse and xor filter library☆425Jan 19, 2026Updated 2 months ago
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- Go implementation of xoroshiro128+ RNG☆15Jun 25, 2021Updated 4 years ago
- A very fast hashtable☆1,843Sep 27, 2023Updated 2 years ago
- Fast 64 bit evolved hash.☆34Apr 4, 2017Updated 8 years ago
- MetroHash v1: Exceptionally fast and statistically robust hash functions☆370Aug 30, 2022Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- Aerie: a regex-like engine nested word grammars☆16Feb 5, 2022Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Jul 22, 2020Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆95Mar 11, 2023Updated 3 years ago
- Random access array of tightly packed unsigned integers☆171Jun 11, 2022Updated 3 years ago
- Thread safe and multi-endian version of Bob Jenkins' spookyhash☆70Mar 4, 2021Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆66May 29, 2024Updated last year
- Generic interfaces for lisp collections.☆11Nov 16, 2015Updated 10 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,100Jun 7, 2024Updated last year
- Optimized CppSPMD test project: macro control flow, SSE4.1/AVX1/AVX2/AVX2 FMA support☆121Jan 4, 2021Updated 5 years ago