mirror of https://github.com/nodejs/node.git
b2fc126ceb
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> |
||
---|---|---|
.. | ||
base64 | ||
BUILD.gn | ||
README.md | ||
base64.gyp | ||
unofficial.gni |
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