Mrrl / GrailSortLinks
Stable In-place sorting in O(n*log(n)) worst time
☆190Updated 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,279Updated 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 10 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- Testing common random-number generators (RNG)☆189Updated 2 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆138Updated 8 months ago
- Hashing functions and PRNGs based on them☆163Updated 8 months ago
- BSD Licensed Bignum Library☆232Updated last year
- A fast alternative to the modulo reduction☆313Updated 4 years ago
- arbitrary precision arithmetic library☆44Updated 6 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- PCG — C Implementation☆391Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- ☆241Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- PCG — Minimal C Implementation☆431Updated last year
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 3 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆329Updated 10 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- Mandelbrot set in SIMD (SSE, AVX)☆83Updated 7 years ago
- SHISHUA – The fastest PRNG in the world☆216Updated 2 years ago
- Floating Point Hacks☆170Updated 8 years ago