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,282Updated 3 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆49Updated 10 months ago
- Hashing functions and PRNGs based on them☆164Updated 9 months ago
- Testing common random-number generators (RNG)☆191Updated 2 years ago
- PCG — C Implementation☆391Updated 2 years ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated 9 months ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆330Updated 11 months ago
- PCG — Minimal C Implementation☆431Updated last year
- BSD Licensed Bignum Library☆232Updated last year
- Mandelbrot set in SIMD (SSE, AVX)☆83Updated 7 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- ☆242Updated 4 years ago
- One of the fastest hash functions.☆361Updated 8 months ago
- compile time assembly interpreter☆86Updated 7 years ago
- Yet Another Earley Parser☆141Updated 3 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆41Updated last year
- SHISHUA – The fastest PRNG in the world☆216Updated 2 years ago
- arbitrary precision arithmetic library☆44Updated 6 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Storage for my snippets, toy programs, etc.☆368Updated 7 months ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago