bingmann / parallel-string-sortingLinks
Collection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
☆34Updated 2 years ago
Alternatives and similar repositories for parallel-string-sorting
Users that are interested in parallel-string-sorting are comparing it to the libraries listed below
Sorting:
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- A collection of string sorting algorithms☆55Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- C library to compute the Hamming weight of arrays☆48Updated 6 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- ☆16Updated 11 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Non-blocking message passing (a C++14 MPI wrapper)