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:
- ☆108Updated last year
- Succinct data structures in C/C++☆88Updated 10 months 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
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Simple C++ code to benchmark fast division algorithms☆52Updated 4 years ago
- Selection and partial sorting algorithms☆137Updated 4 months ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆61Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Fast Approximate Membership Filters (C++)☆281Updated 7 months ago
- Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!☆307Updated last month
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆346Updated last year
- Fast decoder for VByte-compressed integers☆124Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 years ago
- A fast SIMD parser for CSV files☆155Updated 3 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆323Updated 9 months ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- SIMD-accelerated base64 codecs☆438Updated last year