WojciechMula / base64simd
Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
☆163Updated last month
Alternatives and similar repositories for base64simd:
Users that are interested in base64simd are comparing it to the libraries listed below
- SIMD-accelerated base64 codecs☆433Updated last year
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆312Updated 5 months ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- portability macros for compiler and hardware micro operations☆36Updated 9 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- SIMD (SSE) string functions☆101Updated 7 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- 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
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 8 years ago
- C library to compute the Hamming weight of arrays☆45Updated 6 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…☆57Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago
- Portable C++ SIMD library☆174Updated 5 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- ☆141Updated last year
- A Variable-Length String Hashing Library in C++☆44Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago