lemire / FastShuffleExperimentsLinks
How fast can we shuffle values?
☆40Updated last year
Alternatives and similar repositories for FastShuffleExperiments
Users that are interested in FastShuffleExperiments are comparing it to the libraries listed below
Sorting:
- Vectorized version of the PCG random number generator☆87Updated 3 weeks ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Succinct data structures in C/C++☆93Updated last year
- Bloom filter alternative (C++)☆18Updated 7 years ago
- For details, see the blog post:☆35Updated 2 years ago
- ☆39Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last week
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated 3 weeks ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago
- C Minimal Perfect Hashing Library☆88Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Updated 2 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- A fast implementation of log() and exp()☆56Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- Comparing linear and binary searches☆43Updated 5 years ago
- C++ wrapper around wyhash and wyrand☆14Updated last year
- Branchless-Lomuto in Pattern-Defeating Quicksort☆49Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆36Updated 3 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- benchmarking positional population count☆17Updated 3 months ago
- Lace - implementation of work-stealing in C☆55Updated 5 months ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆58Updated 3 years ago
- Code that accompanies the article "Lomuto's Comeback"☆35Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 3 years ago