Mrrl / GrailSortLinks
Stable In-place sorting in O(n*log(n)) worst time
☆196Updated 2 years ago
Alternatives and similar repositories for GrailSort
Users that are interested in GrailSort are comparing it to the libraries listed below
Sorting:
- Fast and stable sort algorithm that uses O(1) memory. Public domain.☆1,286Updated 4 years ago
- Hashing functions and PRNGs based on them☆167Updated 2 months ago
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆54Updated last year
- Testing common random-number generators (RNG)☆198Updated last month
- Binary floating-point to decimal string conversion algorithm.☆106Updated 8 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆307Updated last year
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated last year
- A fast alternative to the modulo reduction☆317Updated 4 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- PCG — C Implementation☆406Updated 2 years ago
- BSD Licensed Bignum Library☆233Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Updated last year
- ☆243Updated 4 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆79Updated 4 years ago
- SIMD-enhanced word counter☆253Updated 6 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- arbitrary precision arithmetic library☆44Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- Experiments with array layouts for comparison-based searching☆86Updated 2 years ago
- Floating Point Hacks☆169Updated 8 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- A benchmark for sorting algorithms☆63Updated 4 years ago
- Mandelbrot set in SIMD (SSE, AVX)☆85Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 3 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Updated 6 years ago