Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 319 Bytes

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