ceorron / stable-inplace-sorting-algorithmsLinks
new stable in-place sorting algorithms
☆12Updated 3 months ago
Alternatives and similar repositories for stable-inplace-sorting-algorithms
Users that are interested in stable-inplace-sorting-algorithms are comparing it to the libraries listed below
Sorting:
- RLibm for 32-bit representations (float and posit32)☆60Updated 4 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆129Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Updated last year
- A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible☆54Updated last year
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆137Updated 4 years ago
- Reference implementation of Dragonbox in C++☆792Updated 4 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Updated 5 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆251Updated 4 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆83Updated 9 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆668Updated 8 months ago
- Parameter passing and initialization☆81Updated 4 years ago
- Bitset Sort, a faster std::sort replacement.☆79Updated 4 years ago
- Testing common random-number generators (RNG)☆198Updated last month
- order-pp preprocessor library (standalone part of chaos-pp)☆129Updated 4 years ago
- A double-to-string conversion algorithm based on Schubfach and yy☆282Updated last week
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆58Updated last year
- Concurrent Deferred Reference Counting☆173Updated last year
- AOCL-LibM☆127Updated 3 weeks ago
- A spicy text library for C++ that has the explicit goal of enabling the entire ecosystem to share in proper forward progress towards a br…☆335Updated 7 months ago
- 8-bit Xor Filter in C99☆63Updated 6 years ago
- A bit mixer, pseudo random number generator and a hash function.☆30Updated 3 years ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated 2 weeks ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆100Updated 4 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆307Updated last year
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆115Updated 10 months ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆273Updated last month
- Reference manual for ForwardCom instruction set and software standards☆173Updated last year
- C++20 implementation of mutable constexpr expressions☆132Updated 4 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- Stable In-place sorting in O(n*log(n)) worst time☆196Updated 2 years ago