node/deps/base64
Cheng Zhao b9f3613908
build: add GN build files
PR-URL: https://github.com/nodejs/node/pull/47637
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2023-11-14 09:18:03 +01:00
..
base64
base64.gyp
BUILD.gn build: add GN build files 2023-11-14 09:18:03 +01:00
README.md
unofficial.gni build: add GN build files 2023-11-14 09:18:03 +01: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