Skip to content

Commit 20b25fe

Browse files
authored
Update README.md
1 parent 40e8592 commit 20b25fe

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
@@ -16,6 +16,8 @@ functions. Yet these accelerated base64 decoding functions for UTF-8 inputs in t
1616
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.
1717
This fast WHATWG forgiving-base64 algorithm is already used in major JavaScript runtimes (Node.js and Bun).
1818

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).
1921

2022

2123
## Results (SimdBase64 vs. fast .NET functions)

0 commit comments

Comments
 (0)