bingmann / parallel-string-sortingLinks
Collection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
☆33Updated 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 3 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
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- Super Scalar Sample Sort in modern C++☆20Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C library to compute the Hamming weight of arrays☆47Updated 6 years ago
- ☆49Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆32Updated 5 months ago
- Learned Monotone Minimal Perfect Hashing☆27Updated 2 months ago
- A fast and highly scalable GPU dynamic memory allocator☆104Updated 10 years ago
- UME::SIMD A library for explicit simd vectorization.☆90Updated 7 years ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- FOundation of stXXl and thriLL☆14Updated last year
- Compact Data Structures Library☆100Updated 3 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Vectorized intersections (research code)☆16Updated 8 years ago
- ☆13Updated last month
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- ☆70Updated 5 years ago
- A benchmark for sorting algorithms☆60Updated 4 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