dankogai / js-base64

Base64 implementation for JavaScript
BSD 3-Clause "New" or "Revised" License
4.27k stars 1.33k forks source link

Improve performance by stop using the mapFn param on Uint8Array.from … #167

Closed ctomacheski closed 1 year ago

ctomacheski commented 1 year ago

Fixes #166

dankogai commented 1 year ago

Thank you!