A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible
☆55Dec 8, 2024Updated last year
Alternatives and similar repositories for Rewritten-Grailsort
Users that are interested in Rewritten-Grailsort are comparing it to the libraries listed below
Sorting:
- A faster implementation of in-place, stable, worst-case O(n log n) sorting based on Andrey Astrelin's Grailsort☆15Dec 28, 2021Updated 4 years ago
- Fast and stable sort algorithm that uses O(1) memory. Public domain.☆1,286Dec 14, 2021Updated 4 years ago
- Stable In-place sorting in O(n*log(n)) worst time☆196Jul 20, 2023Updated 2 years ago
- Python script to check sorting networks and generate sorting network diagrams☆22Jan 9, 2025Updated last year
- Reduce PDF size without sacrificing visual quality or metadata☆13Mar 10, 2022Updated 3 years ago
- An improved version of the existing python itertools library that I created for Zig.☆17Nov 27, 2020Updated 5 years ago
- Message Pack (de)serialization library for Zig☆19Jun 10, 2022Updated 3 years ago
- Linker for the Coff/PE file format☆23Apr 29, 2022Updated 3 years ago
- UUIDv6 implemented in Zig☆21Jan 4, 2024Updated 2 years ago
- URI parser for Zig☆50Dec 19, 2022Updated 3 years ago
- Node.js implementation of the Discrete Cosine Transform (version 2 for now).☆17Jan 9, 2019Updated 7 years ago
- The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).☆28Sep 2, 2025Updated 5 months ago
- An `abilists` parser crate for Rust.☆26Jun 19, 2024Updated last year
- A C version of Bob Jenkins' spooky hash☆39May 2, 2017Updated 8 years ago
- No-longer-maintained MIT licensed code that needs a new home☆22Oct 9, 2024Updated last year
- 📐GLSL Triplanar texture mapping. glslify format.☆31Mar 27, 2018Updated 7 years ago
- String(not limited to []const u8)-searching algorithms in zig☆27Nov 21, 2025Updated 3 months ago
- script based cad using implicit geometry☆26Sep 25, 2019Updated 6 years ago
- Zig bindings to libpcre☆37Feb 4, 2026Updated 3 weeks ago
- A simple but efficient C++ thread/worker pool library for asynchronous task management.☆10Jul 11, 2023Updated 2 years ago
- encode.ru community archiver☆33Oct 2, 2023Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆79Feb 2, 2022Updated 4 years ago
- An audio metadata/tag reading library written in Zig☆40Jan 11, 2025Updated last year
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆36Jan 15, 2025Updated last year
- Reference-counted Shared Pointer for Zig☆32Aug 3, 2023Updated 2 years ago
- A Zig OOP solution☆34Sep 1, 2025Updated 6 months ago
- A small C++ library for formatted stream output of standard library objects☆10Dec 16, 2015Updated 10 years ago
- Simple algorithms library