lemire / FastShuffleExperiments
How fast can we shuffle values?
☆37Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for FastShuffleExperiments
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- A C++ library for integer array compression☆27Updated 2 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- For details, see the blog post:☆31Updated 11 months ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 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☆50Updated 9 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Universe-sliced indexes in C++.☆17Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- Vectorized version of the PCG random number generator☆75Updated 5 years ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆48Updated 4 months ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Some variations on Lemire's Fast Random Integer Generation in an Interval☆15Updated 5 years ago
- ☆49Updated 4 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- Comparing linear and binary searches☆38Updated 4 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆55Updated last year
- Linear vs binary search benchmark☆41Updated 4 years ago
- Succinct data structures in C/C++☆82Updated last month