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 441c72c commit a029219Copy full SHA for a029219
README.md
@@ -108,7 +108,7 @@ faster than the standard library.
108
A realistic input is Twitter.json which is mostly ASCII with some Unicode content
109
where we are 2.4 times faster.
110
111
-| data set | SimdUnicode current AVX2 (GB/s) | .NET speed (GB/s) | speed up |
+| data set | SimdUnicode AVX-512 (GB/s) | .NET speed (GB/s) | speed up |
112
|:----------------|:------------------------|:-------------------|:-------------------|
113
| Twitter.json | 29 | 12 | 2.4 x |
114
| Arabic-Lipsum | 12 | 2.3 | 5.2 x |
0 commit comments