lemire / fast_divisionLinks
Simple C++ code to benchmark fast division algorithms
☆50Updated 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:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A fast implementation of log() and exp()☆53Updated 2 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
- ☆20Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- ☆106Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Information about AVX-512 support on recent Intel processors☆45Updated 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☆53Updated last year
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- ☆16Updated 10 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 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…☆63Updated 8 months ago
- Portable C++ SIMD library☆174Updated 5 years ago
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 3 months ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- C++ template library for floating point operations☆27Updated last month
- A collection of formatting benchmarks☆47Updated 3 months ago
- AVX-optimized sin(), cos(), exp() and log() functions☆124Updated 3 years ago
- InstLatX64_Demo☆43Updated last week