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:
- Official git repository for libdivide: optimized integer division☆1,297Feb 16, 2026Updated last week
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- A fast alternative to the modulo reduction☆317Mar 22, 2021Updated 4 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- Fast division, modulus and divisibility checks in Go for divisors known only at runtime.☆119Feb 27, 2019Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months 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…☆668May 27, 2025Updated 9 months ago
- benchmarking positional population count☆17Oct 19, 2025Updated 4 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Nov 19, 2019Updated 6 years ago
- Fast integer compression in C using the StreamVByte codec☆412Feb 9, 2025Updated last year
- Vectorized version of the PCG random number generator☆87Jan 9, 2026Updated last month
- SIMD-accelerated base64 codecs☆444Apr 4, 2024Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Jan 23, 2020Updated 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,682Updated this week
- 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
- Random Number Generator based on hardware-accelerated AES instructions☆61Apr 18, 2019Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Jul 22, 2020Updated 5 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,001Updated this week
- A tool to graphically visualize SIMD code☆697Mar 4, 2023Updated 2 years ago
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆360Jun 29, 2024Updated last year
- Fast Approximate Membership Filters (C++)☆289Aug 29, 2025Updated 6 months ago
- Fastest Integer Compression☆826Mar 1, 2024Updated last year
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆444Jul 7, 2025Updated 7 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆307Mar 13, 2024Updated last year
- A simple C library for compressing lists of integers using binary packing☆517Aug 18, 2023Updated 2 years ago
- C library to compute the Hamming weight of arrays☆51Dec 9, 2018Updated 7 years ago
- SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT☆813Dec 25, 2025Updated 2 months ago
- Vector class library, latest version☆1,434Feb 1, 2024Updated 2 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆251Nov 10, 2025Updated 3 months ago
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- Replaced by foonathan/lexy☆138Dec 1, 2020Updated 5 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Aug 10, 2021Updated 4 years ago
- ☆12Oct 4, 2021Updated 4 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Jan 22, 2023Updated 3 years ago
- finding set bits in large bitmaps☆15Nov 30, 2015Updated 10 years ago