node/deps/base64
mscdex 3657cb277b 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-10-11 14:45:11 -05:00
..
base64 deps: remove unnecessary file 2022-10-11 14:45:11 -05:00
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