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☆317Mar 22, 2021Updated 4 years ago
- A simple bitset library in C☆142Jan 12, 2026Updated last month
- A simple C library for compressing lists of integers using binary packing☆517Aug 18, 2023Updated 2 years ago
- SIMD-accelerated base64 codecs☆444Apr 4, 2024Updated last year
- High-performance dictionary coding☆109Apr 5, 2017Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆307Mar 13, 2024Updated last year
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- qp tries and crit-bit tries☆124Jul 12, 2022Updated 3 years ago
- One of the fastest hash functions.☆364Feb 15, 2025Updated last year
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpand…☆1,782Feb 20, 2026Updated last week
- SIMDized check which bytes are in a set☆28Oct 21, 2018Updated 7 years ago
- Go implementation of xoroshiro128+ RNG☆15Jun 25, 2021Updated 4 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Apr 19, 2024Updated last year
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- Random access array of tightly packed unsigned integers☆171Jun 11, 2022Updated 3 years ago
- An-source C library developed and used at AppNexus.☆114Nov 24, 2019Updated 6 years ago
- Fast integer compression in C using the StreamVByte codec☆412Feb 9, 2025Updated last year
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Header-only binary fuse and xor filter library☆424Jan 19, 2026Updated last month
- NetBSD cdb (constant database) library☆14May 24, 2019Updated 6 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆444Jul 7, 2025Updated 7 months ago
- Quick sort code using AVX2 instructions☆69Jun 5, 2017Updated 8 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆160Jan 11, 2026Updated last month
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Jul 22, 2020Updated 5 years ago
- Thread safe and multi-endian version of Bob Jenkins' spookyhash☆69Mar 4, 2021Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Sep 3, 2022Updated 3 years ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Jan 21, 2026Updated last month
- ☆25Dec 9, 2024Updated last year
- bit & sketches data structures☆60Nov 2, 2018Updated 7 years ago
- LZ77/LZSS designed for SSE based decompression☆145Apr 18, 2019Updated 6 years ago
- Trlmdb is a replicating database using time stamps.☆14Feb 17, 2016Updated 10 years ago
- A compact implementation of Dr. Askitis HatTrie☆80May 20, 2014Updated 11 years ago
- Fast strong hash functions: SipHash/HighwayHash☆1,597Apr 18, 2024Updated last year
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,095Jun 7, 2024Updated last year
- A standalone and lightweight C library☆4,622Dec 22, 2025Updated 2 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year