lemire / SIMDxorshiftLinks
Fast random number generators: Vectorized (SIMD) version of xorshift128+
☆119Updated 5 years ago
Alternatives and similar repositories for SIMDxorshift
Users that are interested in SIMDxorshift are comparing it to the libraries listed below
Sorting:
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Add-on packages for Vector class library☆76Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆330Updated 11 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- ☆31Updated 4 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- ☆39Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Testing common random-number generators (RNG)☆190Updated 2 years ago
- AVX-optimized sin(), cos(), exp() and log() functions☆127Updated 3 years ago
- For details, see the blog post:☆34Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Storage for my snippets, toy programs, etc.☆367Updated 7 months ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆136Updated this week
- A fast alternative to the modulo reduction☆313Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- ☆110Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆50Updated 4 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago