Skip to content

Commit 0759ed0

Browse files
authored
Update README.md
1 parent 7eae2dd commit 0759ed0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,22 @@ faster than the standard library.
145145
| Latin-Lipsum | 87 | 38 | 2.3 x |
146146
| Russian-Lipsum | 7.4 | 2.7 | 2.7 x |
147147

148+
On a Graviton 3, our validation function is 1.2 to over five times
149+
faster than the standard library.
150+
151+
| data set | SimdUnicode speed (GB/s) | .NET speed (GB/s) | speed up |
152+
|:----------------|:-----------|:--------------------------|:-------------------|
153+
| Twitter.json | 19 | 11 | 1.7 x |
154+
| Arabic-Lipsum | 5.2 | 2.7 | 1.9 x |
155+
| Chinese-Lipsum | 5.2 | 4.5 | 1.2 x |
156+
| Emoji-Lipsum | 5.2 | 0.9 | 5.8 x |
157+
| Hebrew-Lipsum | 5.2 | 2.7 | 1.9 x |
158+
| Hindi-Lipsum | 5.2 | 2.4 | 2.2 x |
159+
| Japanese-Lipsum | 5.2 |3.9  | 1.3 x |
160+
| Korean-Lipsum | 5.2 | 1.5 | 3.5 x |
161+
| Latin-Lipsum | 57 | 26 | 2.2 x |
162+
| Russian-Lipsum | 5.2 | 2.8 | 1.9 x |
163+
148164
On a Neoverse V1 (Graviton 3), our validation function is 1.3 to over five times
149165
faster than the standard library.
150166

0 commit comments

Comments
 (0)