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 e47826b commit f818d44Copy full SHA for f818d44
README.md
@@ -29,8 +29,9 @@ as a reference (`System.Buffers.Text.Base64.DecodeFromUtf8`).
29
30
| processor | SimdBase64 (GB/s) | .NET speed (GB/s) | speed up |
31
|:----------------|:------------------------|:-------------------|:-------------------|
32
-| Apple M2 processor (ARM) | 6.5 | 3.8 | 1.7 x |
33
-| Intel Ice Lake | 6.5 | 3.4 | 1.9 x |
+| Apple M2 processor (ARM, 3.5 Ghz) | 6.5 | 3.8 | 1.7 x |
+| Intel Ice Lake (2 GHz) | 6.5 | 3.4 | 1.9 x |
34
+| AMD EPYC 7R32 (Zen 2, 2.8 GHz) | 6.8 | 2.9 | 2.3 x |
35
36
37
As an aside, there is no accelerated base64 functions for UTF-16 inputs (e.g., `string` types).
0 commit comments