https://github.com/simdutf/browserbase64
In-browser base64 benchmarks
https://github.com/simdutf/browserbase64
Last synced: about 1 month ago
JSON representation
In-browser base64 benchmarks
- Host: GitHub
- URL: https://github.com/simdutf/browserbase64
- Owner: simdutf
- Created: 2025-11-28T05:00:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-22T02:51:25.000Z (4 months ago)
- Last Synced: 2025-12-23T13:11:36.544Z (4 months ago)
- Language: HTML
- Homepage: https://simdutf.github.io/browserbase64/
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browserbase64
Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet (A–Z, a–z, 0–9, +, /).
Browsers use it in JavaScript to embed binary data directly in code or HTML or for transmitting binary data as text.
This is an in-browser base64 benchmark:
- [Visit the benchmark](https://simdutf.github.io/browserbase64/html/index.html).