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 5 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- C library to compute the Hamming weight of arrays☆48Updated 6 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- A collection of string sorting algorithms☆56Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Comparing linear and binary searches☆41Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 7 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆54Updated 5 years ago
- Vectorized intersections (research code)☆16Updated 8 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A benchmark for sorting algorithms☆61Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- ☆49Updated 5 years ago
- Fast decoder for VByte-compressed integers☆124Updated last year
- For details, see the blog post:☆32Updated last year
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago