WojciechMula / base64simdLinks
Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
☆165Updated 3 months ago
Alternatives and similar repositories for base64simd
Users that are interested in base64simd are comparing it to the libraries listed below
Sorting:
- SIMD-accelerated base64 codecs☆433Updated last year
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆316Updated 6 months ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast decoder for VByte-compressed integers☆122Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A benchmark for sorting algorithms☆60Updated 4 years ago
- SIMD (SSE) string functions☆102Updated 7 years ago
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- Portable C++ SIMD library☆174Updated 5 years 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…☆56Updated 2 years ago
- benchmarking positional population count☆14Updated last year
- Simple C++ code to benchmark fast division algorithms☆50Updated 4 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- Fast CRC32 implementations☆78Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago