lemire / fast_divisionLinks
Simple C++ code to benchmark fast division algorithms
☆52Updated 4 years ago
Alternatives and similar repositories for fast_division
Users that are interested in fast_division are comparing it to the libraries listed below
Sorting:
- ☆108Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆258Updated 3 years ago
- Succinct data structures in C/C++☆89Updated 9 months ago
- AVX-optimized sin(), cos(), exp() and log() functions☆125Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- A fast SIMD parser for CSV files☆155Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Fast Approximate Membership Filters (C++)☆280Updated 7 months ago
- SIMD-accelerated base64 codecs☆437Updated last year
- Storage for my snippets, toy programs, etc.☆361Updated 4 months ago
- benchmarking positional population count☆15Updated last year
- Portable C++ SIMD library☆173Updated 5 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆323Updated 8 months ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆66Updated 10 months ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆31Updated 3 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- C library to remove white space from strings as fast as possible☆154Updated 10 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- Learned Monotone Minimal Perfect Hashing☆27Updated 4 months ago
- Library for lock-free locks☆82Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago