Skip to content

Commit f818d44

Browse files
authored
Update README.md
1 parent e47826b commit f818d44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ as a reference (`System.Buffers.Text.Base64.DecodeFromUtf8`).
2929

3030
| processor | SimdBase64 (GB/s) | .NET speed (GB/s) | speed up |
3131
|:----------------|:------------------------|:-------------------|:-------------------|
32-
| Apple M2 processor (ARM) | 6.5 | 3.8 | 1.7 x |
33-
| Intel Ice Lake | 6.5 | 3.4 | 1.9 x |
32+
| Apple M2 processor (ARM, 3.5 Ghz) | 6.5 | 3.8 | 1.7 x |
33+
| 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 |
3435

3536

3637
As an aside, there is no accelerated base64 functions for UTF-16 inputs (e.g., `string` types).

0 commit comments

Comments
 (0)