lemire / SIMDxorshift
Fast random number generators: Vectorized (SIMD) version of xorshift128+
☆115Updated 4 years ago
Alternatives and similar repositories for SIMDxorshift:
Users that are interested in SIMDxorshift are comparing it to the libraries listed below
- Vectorized version of the PCG random number generator☆77Updated last month
- Add-on packages for Vector class library☆73Updated last year
- AVX-optimized sin(), cos(), exp() and log() functions☆123Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- A benchmark for sorting algorithms☆59Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A fast alternative to the modulo reduction☆309Updated 4 years ago
- Portable C++ SIMD library☆174Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 11 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆312Updated 5 months ago
- UME::SIMD A library for explicit simd vectorization.☆90Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- Microbenchmarking for Modern C++☆219Updated 4 years ago
- ☆31Updated 3 years ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆229Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆118Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Mirror of Agner Fog's C++ vector class library☆30Updated 5 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 7 years ago
- Fast integer to ascii / integer to string conversion☆228Updated 2 years ago
- A fast implementation of log() and exp()☆54Updated 2 years ago
- Random access array of tightly packed unsigned integers☆161Updated 2 years ago
- low-level library for minimizing the size of your types☆113Updated 5 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…☆154Updated last month