Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
base64/ | 12-May-2024 | - | 6,956 | 5,267 | ||
README.md | D | 12-May-2024 | 319 | 15 | 9 | |
base64.gyp | D | 12-May-2024 | 5.1 KiB | 192 | 180 |
README.md
1# base64 2 3This project boosts base64 encoding/decoding performance by utilizing SIMD 4operations where possible. 5 6The source is pulled from: https://github.com/aklomp/base64 7 8Active development occurs in the default branch (currently named `master`). 9 10## Updating 11 12```sh 13$ git clone https://github.com/aklomp/base64 14``` 15