mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 11:58:29 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/44133 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> |
||
---|---|---|
.. | ||
base64 | ||
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