simdhash / clhashLinks
C library implementing the ridiculously fast CLHash hashing function
☆278Updated last year
Alternatives and similar repositories for clhash
Users that are interested in clhash are comparing it to the libraries listed below
Sorting:
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- Fast integer compression in C using the StreamVByte codec☆402Updated 4 months ago
- Header-only binary fuse and xor filter library☆369Updated 4 months ago
- A simple C library for compressing lists of integers using binary packing☆501Updated last year
- Hashing functions and PRNGs based on them☆162Updated 5 months ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 7 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆256Updated 3 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated this week
- A Super Fast Multithreaded malloc() for 64-bit Machines☆290Updated 5 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- The world's first wait-free Software Transactional Memory☆172Updated 5 years ago
- One of the fastest hash functions.☆353Updated 4 months ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- qp tries and crit-bit tries☆120Updated 2 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆89Updated 2 years ago
- Random access array of tightly packed unsigned integers☆161Updated 3 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago
- TurboRLE-Fastest Run Length Encoding☆287Updated 2 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Updated 5 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆304Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- An efficient trie implementation.☆255Updated 4 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆398Updated 2 weeks ago
- High performance utility library for C☆94Updated 10 months ago
- MetroHash v1: Exceptionally fast and statistically robust hash functions☆370Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- A simple bitset library in C☆134Updated 4 months ago
- Bloom-filter based minimal perfect hash function library☆265Updated 2 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 3 years ago