denvaar / base64

Exploring base64 encoding/decoding :rainbow:
0 stars 6 forks source link

Optimize decoder by using :erlang.list_to_bitstring() #11

Closed denvaar closed 5 years ago

denvaar commented 5 years ago

This is a lot faster than the previous version, but it could still be improved.