stbrumme / xxhashLinks
A super-fast hash algorithm in a single C++ header
☆90Updated 3 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☆51Updated 2 years ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- SIMD (SSE) string functions☆102Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- ☆49Updated 7 years ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆50Updated 3 months ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG☆252Updated last month
- ulids in C++, Header Only☆100Updated 2 years ago
- My work on high-speed conversion of UTF-8 to UTF-32/UTF-16☆59Updated 5 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆125Updated 2 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆204Updated last week
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆55Updated 5 months ago
- Reference implementation of Grisu-Exact in C++☆68Updated 4 years ago
- C++ unsigned 128 bit integer type☆231Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆39Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆27Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago