BonzaiThePenguin / WikiSort
Fast and stable sort algorithm that uses O(1) memory. Public domain.
☆1,277Updated 3 years ago
Alternatives and similar repositories for WikiSort:
Users that are interested in WikiSort are comparing it to the libraries listed below
- Stable In-place sorting in O(n*log(n)) worst time☆190Updated last year
- A fast alternative to the modulo reduction☆309Updated 4 years ago
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆48Updated 4 months ago
- Official git repository for libdivide: optimized integer division☆1,162Updated this week
- Sorting algorithms & related tools for C++14☆647Updated last week
- C library implementing the ridiculously fast CLHash hashing function☆276Updated last year
- MetroHash v1: Exceptionally fast and statistically robust hash functions☆365Updated 2 years ago
- Fast integer compression in C using the StreamVByte codec☆393Updated 2 months ago
- ☆236Updated 4 years ago
- A C++ implementation of timsort☆305Updated 4 months ago
- Selection and partial sorting algorithms☆136Updated last week
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆312Updated 4 months ago
- Storage for my snippets, toy programs, etc.☆351Updated 3 weeks ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- A simple C library for compressing lists of integers using binary packing☆497Updated last year
- 🚀 Fast C/C++ bit population count library☆341Updated 9 months ago
- Fast Static Symbol Table (FSST): efficient random-access string compression☆428Updated last month
- The FastPFOR C++ library: Fast integer compression☆913Updated 3 weeks ago
- Fastest Integer Compression☆798Updated last year
- Sorting routine implementations in "template" C☆467Updated last year
- A small study in hardware accelerated AoS reversal☆173Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 8 years ago
- Complete implementations from "Algorithms for Modern Hardware"☆744Updated 2 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,142Updated last week
- Bloom-filter based minimal perfect hash function library☆254Updated 2 years ago
- One of the fastest hash functions.☆352Updated last month
- Testing common random-number generators (RNG)☆184Updated last year
- BitMagic Library☆422Updated last week
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆247Updated 3 years ago