aklomp/base64
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 92
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4726
- days_rel: n/a
- days_push: 51
- n_releases_24m: 0
Adoption not part of the score
1019 stars · 178 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fast Base64 stream encoder/decoder library written in C99 with SIMD acceleration (AVX2, AVX512, NEON, SSE) and optional OpenMP support. It provides streaming and length-delimited string APIs, is threadsafe, and performs runtime CPU feature detection on x86.
Use cases
- encode and decode base64 data at high speed in C
- base64 encode large streams of data efficiently
- SIMD-accelerated base64 for x86 and ARM
- embed a fast base64 codec in a C or C++ project
- parallel base64 encoding with OpenMP
- base64 encoding without dynamic memory allocation
When to choose
- you need maximum base64 throughput in C/C++
- you process large volumes of base64 data on x86 or ARM
- you need a threadsafe, allocation-free, pedantic C99 library
When to avoid
- you just need occasional base64 in a high-level language with built-in support
- you need a command-line base64 utility rather than a library
- you need other encodings like base32 or base85
Facets
library · maturity active
serialization compression developer-tools performance files windows cpp c base64 simd c99 encoding decoding openmp streaming linux macos
1 source
- readme: https://github.com/aklomp/base64 · fetched 2026-08-28 · 7e0aae9c3cbc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aklomp/base64 | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem