lemire / batched_randomLinks
Batched random number generation
☆18Updated 3 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:
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- benchmarking positional population count☆17Updated 2 months ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 4 months ago
- xxHash Cleaner C Reference Implementation☆49Updated 5 years ago
- ☆31Updated 2 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated 2 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- A vectorized single header hash function.☆23Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 10 months ago
- 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
- ☆28Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated last year
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated last year
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- ☆22Updated 3 years ago
- ☆112Updated last year
- A Secure and Memory-Efficient Heap Allocator☆34Updated last year
- Fast CRC32 implementations☆113Updated last month