We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e503d commit 369e70cCopy full SHA for 369e70c
1 file changed
README.md
@@ -6,9 +6,8 @@ really fast base64 decoding function. The initial work that lead to the fast fun
6
was carried out by [gfoidl](https://github.com/gfoidl/Base64).
7
8
- 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.
+we can make them 50% faster or more.
+- There is no accelerated base64 functions for UTF-16 inputs (e.g., `string` types). We can be several times faster.
12
13
The goal of this project is to provide the fast WHATWG forgiving-base64 algorithm already
14
used in major JavaScript runtimes (Node.js and Bun) to C#.
0 commit comments