sebawild / powersortLinks
C++ implementations of Powersort and 4-way Powersort
☆25Updated last year
Alternatives and similar repositories for powersort
Users that are interested in powersort are comparing it to the libraries listed below
Sorting:
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆79Updated 4 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 3 years ago
- Testing common random-number generators (RNG)☆198Updated last month
- Succinct data structures in C/C++☆93Updated last year
- 8-bit Xor Filter in C99☆63Updated 6 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆83Updated 9 months ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆132Updated last year
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆26Updated 3 years ago
- ☆39Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 6 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- Vectorized version of the PCG random number generator☆87Updated last month
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated 3 weeks ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- String Matching Algorithms Research Tool☆108Updated last year
- A benchmark for sorting algorithms☆63Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆86Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆46Updated last year
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last week
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 6 years ago
- SIMDized check which bytes are in a set☆28Updated 7 years ago
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆41Updated last year
- ☆66Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆36Updated 3 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago