node/deps/base64
Cheng Zhao 43da9ea9e5 build: fix GN configuration for deps/base64
PR-URL: https://github.com/nodejs/node/pull/50696
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2023-11-29 09:45:22 -03:00
..
base64 deps: update base64 to 0.5.1 2023-11-14 09:18:03 +01:00
base64.gyp deps: update base64 to 0.5.1 2023-11-14 09:18:03 +01:00
BUILD.gn build: add GN build files 2023-11-14 09:18:03 +01:00
README.md
unofficial.gni build: fix GN configuration for deps/base64 2023-11-29 09:45:22 -03: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