SIMD-accelerated base64 codecs
☆444Apr 4, 2024Updated last year
Alternatives and similar repositories for fastbase64
Users that are interested in fastbase64 are comparing it to the libraries listed below
Sorting:
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Feb 21, 2025Updated last year
- Fast Base64 stream encoder/decoder in C99, with SIMD acceleration☆994May 6, 2025Updated 9 months ago
- Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!☆327Jul 11, 2025Updated 7 months ago
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- A simple C library for compressing lists of integers using binary packing☆517Aug 18, 2023Updated 2 years ago
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- AVX512 population count routines☆23Aug 2, 2019Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆68Feb 2, 2026Updated 3 weeks ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆307Mar 13, 2024Updated last year
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,682Updated this week
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Jul 22, 2020Updated 5 years ago
- A simple bitset library in C☆142Jan 12, 2026Updated last month
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆205Nov 19, 2019Updated 6 years ago
- Vectorized intersections (research code)☆16Jan 13, 2017Updated 9 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆444Jul 7, 2025Updated 7 months ago
- SIMD (SSE) string functions☆104Jun 28, 2017Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- Fast decoder for VByte-compressed integers☆127Nov 15, 2025Updated 3 months ago
- Fastest Integer Compression☆826Mar 1, 2024Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- The FastPFOR C++ library: Fast integer compression☆961Jan 27, 2026Updated last month
- A fast SIMD parser for CSV files☆159Jul 2, 2022Updated 3 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆260Jan 4, 2022Updated 4 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 years ago
- Fast integer compression in C using the StreamVByte codec☆412Feb 9, 2025Updated last year
- Fast differential coding functions (using SIMD instructions)☆55Dec 8, 2017Updated 8 years ago
- Portable header-only C++ low level SIMD library☆1,299Aug 26, 2024Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.☆1,040Dec 15, 2025Updated 2 months ago
- High-performance dictionary coding☆109Apr 5, 2017Updated 8 years ago
- A Variable-Length String Hashing Library in C++☆46Jul 5, 2019Updated 6 years ago
- SIMD Vector Classes for C++☆1,516Jun 6, 2024Updated last year
- std::simd for GCC [ISO/IEC TS 19570:2018]☆639Mar 10, 2023Updated 2 years ago
- C wrapper around transactional key-value stores☆16Nov 15, 2021Updated 4 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆668May 27, 2025Updated 9 months ago
- Compute morton keys using a look-up table generated at compile-time.☆31Dec 21, 2016Updated 9 years ago
- Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, …☆23,290Feb 20, 2026Updated last week