We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8592 commit 20b25feCopy full SHA for 20b25fe
README.md
@@ -16,6 +16,8 @@ functions. Yet these accelerated base64 decoding functions for UTF-8 inputs in t
16
we beat them by 1.7 x to 1.9 x on inputs of a few kilobytes or more by using a novel different algorithm.
17
This fast WHATWG forgiving-base64 algorithm is already used in major JavaScript runtimes (Node.js and Bun).
18
19
+A full description of the new algorithm will be published soon. The algorithm is unpatented (free) and we make our
20
+C# code available under a liberal open-source licence (MIT).
21
22
23
## Results (SimdBase64 vs. fast .NET functions)
0 commit comments