You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce global btoa() and atob() functions
- Encoder: fast 12-bit pair-LUT, ~3.6 GB/s
- Decoder: branchless streaming form, ~0.65 GB/s scalar
- Tolerant to whitespace, validates padding and invalid input
- Minimal allocations: only one malloc if input is wide-char
0 commit comments