BonzaiThePenguin / WikiSortLinks
Fast and stable sort algorithm that uses O(1) memory. Public domain.
☆1,276Updated 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☆189Updated last year
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- Official git repository for libdivide: optimized integer division☆1,226Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 8 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆663Updated last month
- PCG — C Implementation☆385Updated last year
- Storage for my snippets, toy programs, etc.☆361Updated 4 months ago
- One of the fastest hash functions.☆354Updated 5 months ago
- ☆438Updated last year
- This is a repository for the code posted on my blog☆885Updated last week
- Converts floating point numbers to decimal strings☆1,268Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- Branchless UTF-8 decoder☆616Updated 2 years ago
- Hashing functions and PRNGs based on them☆163Updated 5 months ago
- Fast integer compression in C using the StreamVByte codec