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
test: Update benchmark code to compile with C#14 (#89)
C#14 has a breaking change. It prefers to use ReadOnlySpan when doing an implicit conversion from an array.
Use an explicit method as we a conversion to a normal Span.
0 commit comments