BonzaiThePenguin / WikiSortLinks
Fast and stable sort algorithm that uses O(1) memory. Public domain.
☆1,279Updated 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 2 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆323Updated 8 months ago
- Official git repository for libdivide: optimized integer division☆1,230Updated last month
- PCG — C Implementation☆388Updated last year
- One of the fastest hash functions.☆352Updated 5 months ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆133Updated 6 years ago
- Compression abstraction library and utilities☆412Updated 5 years ago
- Storage for my snippets, toy programs, etc.☆363Updated 4 months ago
- Testing common random-number generators (RNG)☆186Updated 2 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆663Updated 2 months ago
- A simple C library for compressing lists of integers using binary packing☆505Updated last year
- Converts floating point numbers to decimal strings☆1,275Updated last year
- Branchless UTF-8 decoder☆615Updated 2 years ago
- Hashing functions and PRNGs based on them☆163Updated 6 months ago
- PCG — Minimal C Implementation☆424Updated last year
- 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
- BitMagic Library☆426Updated 4 months ago
- Sorting routine implementations in "template" C☆469Updated last year
- Fast integer compression in C using the StreamVByte codec☆406Updated 6 months ago
- Compression Benchmark☆354Updated last year
- ☆239Updated 4 years ago
- Sorting algorithms & related tools for C++14☆664Updated this week
- ☆440Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fastest Integer Compression☆810Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Random access array of tightly packed unsigned integers☆164Updated 3 years ago
- MetroHash v1: Exceptionally fast and statistically robust hash functions☆370Updated 2 years ago