lemire / batched_randomLinks
Batched random number generation
☆18Updated 4 months ago
Alternatives and similar repositories for batched_random
Users that are interested in batched_random are comparing it to the libraries listed below
Sorting:
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A vectorized single header hash function.☆21Updated 9 months ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆49Updated 4 years ago
- ☆31Updated this week
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 8 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆36Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- ☆22Updated 3 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 weeks ago
- ☆39Updated 4 years ago
- C++20 SIMD Within A Register library☆42Updated 4 months ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- benchmarking positional population count☆15Updated last year
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆38Updated last year
- ☆28Updated 2 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- performance counters in C++☆22Updated 2 weeks ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast CRC32 implementations☆88Updated 2 months ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆158Updated 2 weeks ago