Mrrl / GrailSortLinks
Stable In-place sorting in O(n*log(n)) worst time
☆189Updated last year
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,277Updated 3 years ago
- A fast alternative to the modulo reduction☆308Updated 4 years ago
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆48Updated 5 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆316Updated 6 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- PCG — C Implementation☆385Updated last year
- Testing common random-number generators (RNG)☆184Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- Hashing functions and PRNGs based on them☆161Updated 4 months ago
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- One of the fastest hash functions.☆353Updated 3 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- ☆238Updated 4 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆136Updated 4 months ago
- PCG — Minimal C Implementation☆421Updated last year
- BSD Licensed Bignum Library☆233Updated last year
- Binary floating-point to decimal string conversion algorithm.☆103Updated 7 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 6 years ago
- SHISHUA – The fastest PRNG in the world☆211Updated last year
- Storage for my snippets, toy programs, etc.☆357Updated 2 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago
- Selection and partial sorting algorithms☆137Updated 2 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆660Updated last week
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Vectorized version of the PCG random number generator☆77Updated 3 months ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆163Updated 4 months ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated 11 months ago