lemire / fast_divisionLinks
Simple C++ code to benchmark fast division algorithms
☆53Updated 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:
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- ☆111Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- performance experiments for C++ exception handling☆32Updated 3 years 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 last month
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- A fast SIMD parser for CSV files☆158Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Boost.Sort☆56Updated 3 weeks ago
- AVX-optimized sin(), cos(), exp() and log() functions☆127Updated 3 years ago
- The Farm-SVE package provides a header that implements the ARM C language extensions (ACLE) for the ARM Scalable Vector Extension (SVE) i…☆14Updated last year
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Storage for my snippets, toy programs, etc.☆370Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆335Updated last year
- ☆22Updated 3 years ago
- Lightweight locality-aware user-level threading runtime.☆198Updated 3 weeks ago
- SIMD-accelerated base64 codecs☆440Updated last year
- C library to remove white space from strings as fast as possible☆156Updated last year
- A collection of formatting benchmarks☆52Updated last month
- Succinct data structures in C/C++☆92Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆83Updated 3 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago