andralex / MedianOfNinthersLinks
☆49Updated 5 years ago
Alternatives and similar repositories for MedianOfNinthers
Users that are interested in MedianOfNinthers are comparing it to the libraries listed below
Sorting:
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 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
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- Linear vs binary search benchmark☆40Updated 5 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
- How fast can we shuffle values?☆37Updated last year
- Succinct data structures in C/C++☆88Updated 7 months 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- ☆13Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Learned Monotone Minimal Perfect Hashing☆27Updated 2 months ago
- ☆106Updated last year
- This repository contains components that will support percolation via OpenCL and CUDA☆32Updated 3 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- ☆13Updated last month
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- ☆16Updated 10 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago