bingmann / parallel-string-sorting
Collection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
☆32Updated last year
Alternatives and similar repositories for parallel-string-sorting:
Users that are interested in parallel-string-sorting are comparing it to the libraries listed below
- Vectorized version of the PCG random number generator☆76Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆64Updated last year
- A collection of string sorting algorithms☆55Updated 3 years ago
- Compact Data Structures Library☆98Updated 2 years ago
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- Compact Tree Representation☆16Updated 7 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆49Updated 10 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Comparing linear and binary searches☆39Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- instruction-bench☆36Updated 2 years ago
- A benchmark for sorting algorithms☆59Updated 3 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 3 years ago
- Vectorized intersections (research code)☆14Updated 8 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- A small DFA for under 16 states☆51Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆113Updated 4 years ago
- A Space-Optimal Grammar Compression☆10Updated 4 years ago
- ☆49Updated 4 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆29Updated 3 months ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago