A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
☆341Nov 15, 2024Updated last year
Alternatives and similar repositories for fastmod
Users that are interested in fastmod are comparing it to the libraries listed below
Sorting:
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- Official git repository for libdivide: optimized integer division☆1,303Mar 5, 2026Updated 2 weeks ago
- A fast alternative to the modulo reduction☆318Mar 22, 2021Updated 4 years ago
- Fast division, modulus and divisibility checks in Go for divisors known only at runtime.☆119Feb 27, 2019Updated 7 years ago
- benchmarking positional population count☆17Oct 19, 2025Updated 5 months ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- Optimal distance lower bound k-mer sampling.☆12Jun 19, 2024Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Dec 16, 2019Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Jan 22, 2023Updated 3 years ago
- A fast SIMD parser for CSV files☆159Jul 2, 2022Updated 3 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆669May 27, 2025Updated 9 months ago
- SIMD-accelerated base64 codecs☆445Apr 4, 2024Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Jan 23, 2020Updated 6 years ago
- Fast integer compression in C using the StreamVByte codec☆413Feb 9, 2025Updated last year
- Slides for my 2019 presentation at C++ on Sea☆13Aug 10, 2021Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Jul 22, 2020Updated 5 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Apr 18, 2019Updated 6 years ago
- A tool to graphically visualize SIMD code☆698Mar 4, 2023Updated 3 years ago
- C library to compute the Hamming weight of arrays☆51Dec 9, 2018Updated 7 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Nov 19, 2019Updated 6 years ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,711Updated this week
- finding set bits in large bitmaps☆15Nov 30, 2015Updated 10 years ago
- Vectorized version of the PCG random number generator☆87Jan 9, 2026Updated 2 months ago
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆360Jun 29, 2024Updated last year
- A simple C library for compressing lists of integers using binary packing☆524Aug 18, 2023Updated 2 years ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆2,027Updated this week
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆308Mar 13, 2024Updated 2 years ago
- A small DFA for under 16 states☆54Jun 6, 2018Updated 7 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,100Jun 7, 2024Updated last year
- Fast Approximate Membership Filters (C++)☆287Aug 29, 2025Updated 6 months ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆252Mar 9, 2026Updated last week
- Fast maximum-minimum filters implemented in C++☆47Feb 10, 2023Updated 3 years ago
- Vector class library, latest version☆1,440Feb 1, 2024Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 years ago
- Multiplying... backward?☆14Jul 22, 2020Updated 5 years ago