Skip to content

Commit 369e70c

Browse files
author
Daniel Lemire
committed
tuning
1 parent 51e503d commit 369e70c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ really fast base64 decoding function. The initial work that lead to the fast fun
66
was carried out by [gfoidl](https://github.com/gfoidl/Base64).
77

88
- There are accelerated base64 functions for UTF-8 inputs in the .NET runtime, but they are not optimal:
9-
we can make them 50% faster.
10-
- There is no accelerated base64 functions for UTF-16 inputs (e.g., `string` types). We can be 2x faster
11-
or more.
9+
we can make them 50% faster or more.
10+
- There is no accelerated base64 functions for UTF-16 inputs (e.g., `string` types). We can be several times faster.
1211

1312
The goal of this project is to provide the fast WHATWG forgiving-base64 algorithm already
1413
used in major JavaScript runtimes (Node.js and Bun) to C#.

0 commit comments

Comments
 (0)