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.
☆88Updated 3 years ago
Alternatives and similar repositories for fastops
Users that are interested in fastops are comparing it to the libraries listed below
Sorting:
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 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
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- A header-only bloom filter implementation in C++14.☆13Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆61Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Portable C++ SIMD library☆174Updated 5 years ago
- Simple C++ code to benchmark fast division algorithms☆50Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆165Updated 3 months ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 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 (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Boost.Sort☆53Updated last month
- Selection and partial sorting algorithms☆137Updated last month
- Effective Memory Reclamation☆55Updated 5 years ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- C++14 cache friendly B-heap priority queue☆104Updated 4 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- For details, see the blog post:☆32Updated last year
- Fastest Histogram Construction☆70Updated 3 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago