node/deps/base64
Luigi Pinca 49556247d2 deps: add /deps/**/.github/ to .gitignore
- Ignore `.github` directories in the `deps` directory.
- Remove `deps/base64/base64/.github/`.

PR-URL: https://github.com/nodejs/node/pull/46091
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2023-01-19 22:15:15 -03:00
..
base64 deps: add /deps/**/.github/ to .gitignore 2023-01-19 22:15:15 -03: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