base64-arraybuffer icon indicating copy to clipboard operation
base64-arraybuffer copied to clipboard

Benchmark against `btoa` and `atob`?

Open mristin opened this issue 3 years ago • 1 comments

Hi, Thanks a lot for your work on this library! I'm curious if you perhaps benchmarked your solution against browser built-in functions btoa and atob?

If not, I could volunteer to set up a benchmark and create a PR to include the results in the readme if that's desirable? Do you have any preferance on how to benchmark?

mristin avatar Oct 16 '22 11:10 mristin

I found this one: https://jsben.ch/p3Cbs

mholt avatar Feb 25 '24 16:02 mholt