Path to this page:
./
converters/aklomp-base64,
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
Branch: CURRENT,
Version: 0.5.2,
Package name: aklomp-base64-0.5.2,
Maintainer: pkgsrc-usersFast Base64 stream encoder/decoder
This is an implementation of a base64 stream encoding/decoding
library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3,
SSE4.1, SSE4.2, AVX) and OpenMP acceleration. It also contains
wrapper functions to encode/decode simple length-delimited strings.
This library aims to be:
- fast
- easy to use
- elegant
Master sites:
Filesize: 102.081 KB
Version history: (Expand)
- (2025-01-20) Package added to pkgsrc.se, version aklomp-base64-0.5.2 (created)
CVS history: (Expand)
2025-01-20 14:35:04 by Thomas Klausner | Files touched by this commit (5) |
Log message:
converters/aklomp-base64: import aklomp-base64-0.5.2
Fast Base64 stream encoder/decoder
This is an implementation of a base64 stream encoding/decoding
library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3,
SSE4.1, SSE4.2, AVX) and OpenMP acceleration. It also contains
wrapper functions to encode/decode simple length-delimited strings.
This library aims to be:
- fast
- easy to use
- elegant
|