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,284Updated 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 last year
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated 10 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆304Updated last year
- Hashing functions and PRNGs based on them☆166Updated 2 weeks ago
- Testing common random-number generators (RNG)☆192Updated 2 years ago
- A fast preprocessor for C and C++☆534Updated 4 years ago
- Binary floating-point to decimal string conversion algorithm.☆106Updated 8 years ago
- ☆242Updated 4 years ago
- PCG — C Implementation☆394Updated 2 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 5 months ago
- compile time assembly interpreter☆86Updated 7 years ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- BSD Licensed Bignum Library☆232Updated last year
- 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.☆335Updated last year
- Arbitrary precision integer and rational arithmetic library☆151Updated last week
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- PCG — Minimal C Implementation☆430Updated 2 years ago
- arbitrary precision arithmetic library☆44Updated 7 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 6 years ago
- C library to remove white space from strings as fast as possible☆156Updated last year
- Storage for my snippets, toy programs, etc.☆371Updated last month
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Snake/Nibbler implementation using C++ template metaprogamming☆206Updated 8 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆295Updated 12 years ago
- SIMD-enhanced word counter☆247Updated 6 years ago