aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

Decoders: turn into proper inline functions #59

Closed aklomp closed 4 years ago

aklomp commented 4 years ago

See the description for #58 for more background. This change allows the programmer to express their intent more clearly to the compiler, which will make for cleaner and faster code.