lemire / fastmodLinks
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
☆327Updated 10 months ago
Alternatives and similar repositories for fastmod
Users that are interested in fastmod are comparing it to the libraries listed below
Sorting:
- A fast alternative to the modulo reduction☆312Updated 4 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Storage for my snippets, toy programs, etc.☆366Updated 6 months ago
- 🚀 Fast C/C++ bit population count library☆350Updated last year
- 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
- Heap Layers: An Extensible Memory Allocation Infrastructure☆401Updated last week
- SIMD-accelerated base64 codecs☆439Updated last year
- Fast integer to ascii / integer to string conversion☆236Updated 2 years ago
- BitMagic Library☆428Updated last month
- Fast random number generators: Vectorized (SIMD) version of xorshift128+