Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 5b0d178

Browse files
authored
Point implementers to simdutf (#56)
1 parent ddb2890 commit 5b0d178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Try it out on [the playground](https://tc39.github.io/proposal-arraybuffer-base6
88

99
Spec text is available [here](https://tc39.github.io/proposal-arraybuffer-base64/spec/), and test262 tests in [this PR](https://github.com/tc39/test262/pull/3994).
1010

11+
Implementers may be interested in [the open-source simdutf library](https://github.com/simdutf/simdutf/?tab=readme-ov-file#base64), which provides a fast implementation of a base64 decoder which matches `Uint8Array.fromBase64(string)` (including handling of whitespace) when it is called without specifying any options. As of this writing it only works on latin1 strings, but a utf16 version [may be coming](https://github.com/simdutf/simdutf/pull/375#issuecomment-2016979707).
12+
1113
## Basic API
1214

1315
```js

0 commit comments

Comments
 (0)