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.
☆86Updated 4 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☆54Updated last year
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- ☆113Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Simple C++ code to benchmark fast division algorithms☆54Updated 4 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 11 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆63Updated 6 years ago
- Succinct data structures in C/C++☆93Updated last year
- Selection and partial sorting algorithms☆140Updated 10 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆70Updated 5 years ago
- A fast SIMD parser for CSV files☆159Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Updated 2 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated 3 weeks ago
- Fast Hash Functions Using AES Intrinsics☆85Updated 6 years ago
- Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!☆327Updated 6 months ago
- Fast decoder for VByte-compressed integers☆127Updated 2 months ago
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆354Updated last year
- Bitset Sort, a faster std::sort replacement.☆79Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- A fast alternative to the modulo reduction☆317Updated 4 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Header-only vectorized, lazy-decoding, zero-copy CSV file parser☆99Updated last year
- SIMD-accelerated base64 codecs☆443Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago