You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SimdUnicode.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<OutputType>Library</OutputType>
5
-
<TargetFramework>net7.0</TargetFramework>
5
+
<TargetFramework>net8.0</TargetFramework>
6
6
<Nullable>enable</Nullable>
7
7
<!-- This is required for SIMD, sse c# - How to run unsafe code in "visual studio code"? - Stack Overflow https://stackoverflow.com/questions/50636693/how-to-run-unsafe-code-in-visual-studio-code -->
// | SIMDUtf8ValidationValidUtf8 | 100 | 165.8 us | 2.87 us | 2.55 us | 0.4883 | 54.69 KB |
15
+
// | SIMDUtf8ValidationValidUtf8 | 8000 | 8,733.5 us | 167.05 us | 211.27 us | - | 33.21 KB |
16
+
11
17
publicstaticclassVector256Extensions
12
18
{
13
19
// Gets the second lane of the current vector and the first lane of the previous vector and returns, then shift it right by an appropriate number of bytes (less than 16, or less than 128 bits)
@@ -177,7 +183,7 @@ public static unsafe class Utf8Utility
177
183
}
178
184
179
185
// C# docs suggests that classes are allocated on the heap:
180
-
// it doesnt seem to do much in this case but I tthought the suggestion to be sensible.
186
+
// it doesnt seem to do much in this case but I thought the suggestion to be sensible.
0 commit comments