node/deps/base64/README.md
Brian White 8ea9a71b15
deps,src: use SIMD for normal base64 encoding
PR-URL: https://github.com/nodejs/node/pull/39775
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-09-23 11:49:25 -04:00

14 lines
319 B
Markdown

# 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
```sh
$ git clone https://github.com/aklomp/base64
```