andralex / MedianOfNinthers
☆49Updated 5 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
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- How fast can we shuffle values?☆37Updated last year
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Vectorized version of the PCG random number generator☆77Updated last month
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A persistent hash array-mapped trie for C++☆91Updated last year
- Succinct data structures in C/C++☆87Updated 6 months ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆29Updated last week
- 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
- ☆105Updated last year
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 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
- Interleaving bits from two sources using SIMD instructions.☆14Updated 7 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
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 7 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago