yandex / fastops
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
- 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
- Selection and partial sorting algorithms☆136Updated last month
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆104Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆61Updated 5 years ago
- High-performance dictionary coding☆104Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆57Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆45Updated 6 years ago
- Simple C++ code to benchmark fast division algorithms☆49Updated 4 years ago
- ☆106Updated last year
- A header-only bloom filter implementation in C++14.☆13Updated 6 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- For details, see the blog post:☆32Updated last year
- Fast decoder for VByte-compressed integers☆122Updated 11 months ago