mirror of https://github.com/nodejs/node.git
4bee69a8c4
PR-URL: https://github.com/nodejs/node/pull/45509 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> |
||
---|---|---|
.. | ||
base64 | ||
README.md | ||
base64.gyp |
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