BonzaiThePenguin / WikiSortLinks
Fast and stable sort algorithm that uses O(1) memory. Public domain.
☆1,282Updated 3 years ago
Alternatives and similar repositories for WikiSort
Users that are interested in WikiSort are comparing it to the libraries listed below
Sorting:
- Stable In-place sorting in O(n*log(n)) worst time☆191Updated 2 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆330Updated 11 months ago
- Converts floating point numbers to decimal strings☆1,287Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Storage for my snippets, toy programs, etc.☆368Updated 7 months ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆663Updated 5 months ago
- Branchless UTF-8 decoder☆620Updated 3 years ago
- PCG — C Implementation☆391Updated 2 years ago
- Official git repository for libdivide: optimized integer division☆1,250Updated 4 months ago
- This is a repository for the code posted on my blog☆903Updated last week
- PCG — Minimal C Implementation☆431Updated last year
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- One of the fastest hash functions.☆361Updated 8 months ago
- Testing common random-number generators (RNG)☆191Updated 2 years ago
- Compression abstraction library and utilities☆414Updated 5 years ago
- Hashing functions and PRNGs based on them☆164Updated 9 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- A simple C library for compressing lists of integers using binary packing☆511Updated 2 years ago
- ☆442Updated last week
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,057Updated last year
- Sorting routine implementations in "template" C☆470Updated last year
- Sorting algorithms & related tools for C++☆670Updated 2 weeks ago
- Fast integer compression in C using the StreamVByte codec☆409Updated 8 months ago
- Automated integer hash function discovery☆736Updated last year
- 🚀 Fast C/C++ bit population count library☆353Updated last year
- Fastest Integer Compression☆817Updated last year
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,180Updated 3 weeks 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
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago