ztanml / fast-hashLinks
Fast hash function learned using genetic programming
☆77Updated 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☆62Updated 3 years ago
- AES encryption function using Intel, ARMv8 and Power8 intrinsics☆52Updated last year
- Random access array of tightly packed unsigned integers☆161Updated 2 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 3 months ago
- Benchmarks for our memory allocator☆64Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A super-fast hash algorithm in a single C++ header☆84Updated 3 years ago
- A cross-platform library for opening memory-backed libc streams.☆71Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 4 years ago
- C89 compatible atomics.☆80Updated this week
- Micro-benchmarking library for C and C++ with PMU counters tracking☆61Updated last month
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG☆229Updated last month
- A C library for converting between two different encodings in a simple, easy, and powerful way.☆60Updated last week
- Fast integer to ascii / integer to string conversion☆228Updated 2 years ago
- strtod and dtoa correct rounding and fast☆41Updated last year
- A simple bitset library in C☆134Updated 3 months ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Mathematical Expression Parser and JIT Compiler☆144Updated last year
- SIMD-accelerated base64 codecs☆434Updated last year
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆79Updated 2 years ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆63Updated 8 months ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- Levenshtein algorithm in C☆87Updated 2 years ago
- Example of a C++20 coroutine implementing a Fibonacci Sequence generator (using clang++ v16.0.0)☆30Updated 2 years ago