base64

Fast Haskell base64 encoding/decoding (docs.ppad.tech/base64).
git clone git://git.ppad.tech/base64.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-05-16 15:41release: v0.1.0Jared Tobin1+1-1
2026-05-16 15:34Merge branch 'perf-refactor'Jared Tobin6+637-319
2026-05-16 15:31readme: ARM intrinsics note + bench figuresJared Tobin1+15-16
2026-05-16 15:31meta: rebrand from Pure to FastJared Tobin2+3-3
2026-05-16 15:30lib: dispatch encode/decode to ARM NEON when availableJared Tobin1+13-4
2026-05-16 15:28lib: add ARM NEON implementationJared Tobin3+408-0
2026-05-16 15:17lib: drop bytestring builder, use unsafeCreate + lookup tablesJared Tobin1+200-298
2026-05-16 14:16meta: benchmark figures from m4 macbook airJared Tobin1+17-2
2026-05-16 14:16meta: align README title with package nameJared Tobin1+1-1
2026-05-16 14:08bench: criterion and weigh suitesJared Tobin2+92-0
2026-05-16 14:08test: property tests and RFC vectorsJared Tobin1+84-0
2026-05-16 14:08lib: base64 encoding and decodingJared Tobin1+343-0
2026-05-16 14:07meta: initial scaffoldingJared Tobin8+331-0