node/deps/base64
Node.js GitHub Bot b2fc126ceb
deps: update base64 to 0.5.2
PR-URL: https://github.com/nodejs/node/pull/51455
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
2024-01-19 15:17:29 +00:00
..
base64 deps: update base64 to 0.5.2 2024-01-19 15:17:29 +00:00
BUILD.gn build: add GN build files 2023-11-11 09:51:05 +00:00
README.md
base64.gyp
unofficial.gni doc: the GN files should use Node's license 2023-12-28 20:27:05 +00:00

README.md

base64

This project boosts base64 encoding/decoding performance by utilizing SIMD operations where possible.

The source is pulled from: https://github.com/aklomp/base64

Active development occurs in the default branch (currently named master).

Updating

$ git clone https://github.com/aklomp/base64