ztanml / fast-hashLinks
Fast hash function learned using genetic programming
☆83Updated 2 years ago
Alternatives and similar repositories for fast-hash
Users that are interested in fast-hash are comparing it to the libraries listed below
Sorting:
- Robin Hood hash map library☆68Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Updated 5 years ago
- SIMD-accelerated base64 codecs☆443Updated last year
- Concurrent trie-hash map library☆94Updated 2 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆140Updated 3 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 11 months ago
- Testing common random-number generators (RNG)☆198Updated last month
- ⏱️ single header benchmark framework for C and C++☆248Updated last year
- Storage for my snippets, toy programs, etc.☆374Updated 3 months ago
- Micro-benchmarking library for C and C++ with PMU counters tracking☆63Updated 3 months ago
- Suite for benchmarking malloc implementations.☆475Updated 2 weeks ago
- C11 Lock-free Stack☆184Updated last year
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆83Updated 5 months ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆273Updated last month
- A minimal blocking queue backed by a circular buffer☆117Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- A simple bitset library in C☆144Updated last month
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆129Updated 3 years ago
- Fast integer to ascii / integer to string conversion☆241Updated 3 years ago
- C library to remove white space from strings as fast as possible