File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ really fast base64 decoding function. The initial work that lead to the fast fun
66was 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
1312The goal of this project is to provide the fast WHATWG forgiving-base64 algorithm already
1413used in major JavaScript runtimes (Node.js and Bun) to C#.
You can’t perform that action at this time.
0 commit comments