node/deps/base64
mscdex 0e034e60bf
deps: remove unnecessary file
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>
2022-08-05 04:43:32 +00:00
..
base64 deps: remove unnecessary file 2022-08-05 04:43:32 +00:00
base64.gyp deps,src: use SIMD for normal base64 encoding 2022-07-14 11:41:11 -04:00
README.md deps,src: use SIMD for normal base64 encoding 2022-07-14 11:41:11 -04:00

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