mirror of https://github.com/nodejs/node.git
0d575fe61a
PR-URL: https://github.com/nodejs/node/pull/46965 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.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