Mrrl / GrailSortLinks
Stable In-place sorting in O(n*log(n)) worst time
☆189Updated 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,276Updated 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☆48Updated 7 months ago
- Hashing functions and PRNGs based on them☆163Updated 5 months ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Updated 5 months ago
- Testing common random-number generators (RNG)☆185Updated 2 years ago
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆304Updated last year
- PCG — C Implementation☆385Updated last year
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- ☆239Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- BSD Licensed Bignum Library☆233Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 8 months ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 11 years ago
- C library to remove white space from strings as fast as possible☆154Updated 10 months ago
- arbitrary precision arithmetic library☆43Updated 6 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- PCG — Minimal C Implementation☆423Updated last year
- Mandelbrot set in SIMD (SSE, AVX)☆83Updated 7 years ago
- Floating Point Hacks☆168Updated 7 years ago
- One of the fastest hash functions.☆354Updated 5 months ago