Mrrl / GrailSortLinks
Stable In-place sorting in O(n*log(n)) worst time
☆191Updated 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,283Updated 3 years ago
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆49Updated 11 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆303Updated last year
- Hashing functions and PRNGs based on them☆166Updated 9 months ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- arbitrary precision arithmetic library☆44Updated 7 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated 9 months ago
- Testing common random-number generators (RNG)☆191Updated 2 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated 2 weeks ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- PCG — C Implementation☆393Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Storage for my snippets, toy programs, etc.☆367Updated 2 weeks ago
- BSD Licensed Bignum Library☆232Updated last year
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- ☆242Updated 4 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 12 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- PCG — Minimal C Implementation☆430Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C library to remove white space from strings as fast as possible☆155Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆333Updated last year
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆203Updated 6 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- One of the fastest hash functions.☆361Updated 9 months ago
- Binary floating-point to decimal string conversion algorithm.☆106Updated 7 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago