A SIMD base64 library binding

In the past few days, I created a Zig binding for the base64 encoding library used in Node.js. To be honest, it is currently not running as fast as I expected. Under the optimization of ReleaseFast, the speed is 1.45 times faster in encoding and 1.2 times faster in decoding.

4 Likes