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 1ffc7d7 commit 1abd80dCopy full SHA for 1abd80d
README.md
@@ -30,6 +30,8 @@ as a reference (`System.Buffers.Text.Base64.DecodeFromUtf8`).
30
| Apple M2 processor (ARM) | 6.2 | 3.8 | 1.6 x |
31
| Intel Ice Lake (AVX2) | 5.3 | 3.4 | 1.6 x |
32
33
+Our results are more impressive when comparing against the standard base64 string decoding
34
+function (`Convert.FromBase64String(mystring)`), but we omit these results for simplicity.
35
36
## Requirements
37
0 commit comments