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☆190Updated 2 years ago
- A fast alternative to the modulo reduction☆313Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆329Updated 10 months ago
- Storage for my snippets, toy programs, etc.☆366Updated 6 months ago
- Official git repository for libdivide: optimized integer division☆1,249Updated 3 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆664Updated 4 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- PCG — C Implementation☆391Updated last year
- One of the fastest hash functions.☆359Updated 7 months ago
- This is a repository for the code posted on my blog☆900Updated this week
- 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
- A C++ implementation of timsort☆310Updated 10 months ago
- PCG — Minimal C Implementation☆431Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Converts floating point numbers to decimal strings☆1,284Updated last year
- Hashing functions and PRNGs based on them☆163Updated 8 months ago
- Arbitrary-Precision Integer Arithmetic☆202Updated 2 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- ☆241Updated 4 years ago
- A simple C library for compressing lists of integers using binary packing☆507Updated 2 years ago
- ☆442Updated last year
- Testing common random-number generators (RNG)☆189Updated 2 years ago
- Compression abstraction library and utilities☆414Updated 5 years ago
- Sorting algorithms & related tools for C++☆672Updated last week
- Branchless UTF-8 decoder☆620Updated 3 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,052Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- 🚀 Fast C/C++ bit population count library☆351Updated last year
- Fast integer compression in C using the StreamVByte codec☆408Updated 8 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago