andralex / MedianOfNinthers
☆49Updated 4 years ago
Alternatives and similar repositories for MedianOfNinthers:
Users that are interested in MedianOfNinthers are comparing it to the libraries listed below
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Linear vs binary search benchmark☆41Updated 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☆52Updated last year
- For details, see the blog post:☆32Updated last year
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- ☆105Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 7 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- How fast can we shuffle values?☆37Updated last year
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated last year
- Vectorized version of the PCG random number generator☆76Updated 2 weeks ago
- A C++ library for integer array compression☆29Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆33Updated 9 years ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆49Updated 11 months ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago