denvaar / base64

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

Decode performance boost #14

Closed tonyarkles closed 6 years ago

tonyarkles commented 6 years ago

Addressing Issue #10 and also fixing whitespace breaking decode function.

On my machine, the original decode of cat.jpg.b64 took 4.679s, and the Map version took 2.577s.