lemire / FastShuffleExperimentsLinks
How fast can we shuffle values?
☆37Updated last year
Alternatives and similar repositories for FastShuffleExperiments
Users that are interested in FastShuffleExperiments are comparing it to the libraries listed below
Sorting:
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Vectorized version of the PCG random number generator☆79Updated 3 months ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 6 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years 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
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- ☆39Updated 4 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- C++ wrapper around wyhash and wyrand☆14Updated 11 months ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 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
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago