yandex / fastopsLinks
This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations are exp, log, sigmoid and tanh. The library is designed with extensibility in mind.
☆87Updated 3 years ago
Alternatives and similar repositories for fastops
Users that are interested in fastops are comparing it to the libraries listed below
Sorting:
- 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
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- ☆109Updated last year
- Selection and partial sorting algorithms☆137Updated 5 months ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆62Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆169Updated 7 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Succinct data structures in C/C++☆88Updated 11 months ago
- For details, see the blog post:☆33Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Simple C++ code to benchmark fast division algorithms☆52Updated 4 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆158Updated last month
- Fastest Histogram Construction☆71Updated 3 years ago
- Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!☆313Updated 2 months ago
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆347Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- High-performance dictionary coding☆106Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A fast alternative to the modulo reduction☆312Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆327Updated 10 months ago
- ☆39Updated 4 years ago
- benchmarking positional population count☆15Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast Approximate Membership Filters (C++)☆284Updated last month