0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 07:53:06 +01:00
nodejs/deps/base64
Cheng Zhao e5189cbf7e
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-17 19:52:00 +00:00
..
base64
base64.gyp
BUILD.gn build: add GN build files 2023-11-11 09:51:05 +00:00
README.md
unofficial.gni build: fix GN configuration for deps/base64 2023-11-17 19:52:00 +00: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