weissan / BlockQuicksortLinks
☆38Updated 4 years ago
Alternatives and similar repositories for BlockQuicksort
Users that are interested in BlockQuicksort are comparing it to the libraries listed below
Sorting:
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 3 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- benchmarking positional population count☆17Updated 3 months ago
- Boost.Sort☆56Updated last week
- Portable C++ SIMD library☆171Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- Vectorized version of the PCG random number generator☆87Updated last month
- UME::SIMD A library for explicit simd vectorization.