stbrumme / xxhashLinks
A super-fast hash algorithm in a single C++ header
☆92Updated 4 years ago
Alternatives and similar repositories for xxhash
Users that are interested in xxhash are comparing it to the libraries listed below
Sorting:
- C++ constexpr implementation of XXH3☆55Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- ☆50Updated 8 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated last week
- A simple C++ header-only template library implementing matching using wildcards☆93Updated last year
- Different algorithms for converting binary to decimal floating-point numbers☆128Updated 3 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆211Updated 2 weeks ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆51Updated 7 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last week
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆338Updated last year
- C++ unsigned 128 bit integer type☆237Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆139Updated last month
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 4 months ago
- Add-on packages for Vector class library☆76Updated 2 years ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆268Updated 2 weeks ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- ulids in C++, Header Only☆102Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆124Updated 3 years ago
- Port of the xxhash library to C++17.☆184Updated 7 months ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆46Updated last year
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 10 months ago