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,278Updated 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 8 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☆162Updated 7 months ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆138Updated 7 months ago
- Testing common random-number generators (RNG)☆187Updated 2 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- arbitrary precision arithmetic library☆43Updated 6 years ago
- PCG — C Implementation☆388Updated last year
- PCG — Minimal C Implementation☆429Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- BSD Licensed Bignum Library☆232Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆324Updated 9 months ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- ☆239Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- One of the fastest hash functions.☆359Updated 6 months ago
- A fast preprocessor for C and C++☆534Updated 3 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆112Updated 3 years ago
- C library to remove white space from strings as fast as possible☆155Updated 11 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆124Updated 13 years ago