• Joel Martin's avatar
    Add native base64 test (atob and btoa). · d798572d
    Joel Martin authored
    Interestingly it turns out that using the native base64 routines does
    not improve performance. Likely because the actual time is in
    marshalling/unmarshalling between strings and arrays (and associated
    garbage collection overhead) which has to be done either way.
    d798572d
base64.html 2.42 KB