Skip to content

Commit 005fb94

Browse files
authored
Update README.md
1 parent 8d89174 commit 005fb94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# browserbase64
22

3-
This is an in-browser base64 benchmark.
3+
4+
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, +, /).
5+
Browsers use it in JavaScript to embedding binary data directly in code or HTML or to transmitting binary data as text.
6+
7+
This is an in-browser base64 benchmark:
48

59
- [Visit the benchmark](https://simdutf.github.io/browserbase64/html).
610

0 commit comments

Comments
 (0)