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 7619250 commit bf31182Copy full SHA for bf31182
README.md
@@ -24,7 +24,8 @@ C# code available under a liberal open-source licence (MIT).
24
25
We use the enron base64 data for benchmarking, see benchmark/data/email.
26
We process the data as UTF-8 (ASCII) using the .NET accelerated functions
27
-as a reference (`System.Buffers.Text.Base64.DecodeFromUtf8`).
+as a reference (`System.Buffers.Text.Base64.DecodeFromUtf8`). Our benchmark results are
28
+fully reproducible.
29
30
31
| processor and base freq. | SimdBase64 (GB/s) | .NET speed (GB/s) | speed up |
0 commit comments