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
The introduction of Span<T> in .NET Core could be provide a good performance optimization by avoiding unnecessary string copies in memory. This reduces GC overhead, as well as, reduces the need to copy bytes around.
I would love to assist in such a port, but need guidance on how to contribute. Thx!
The text was updated successfully, but these errors were encountered:
The introduction of
Span<T>
in .NET Core could be provide a good performance optimization by avoiding unnecessary string copies in memory. This reduces GC overhead, as well as, reduces the need to copy bytes around.I would love to assist in such a port, but need guidance on how to contribute. Thx!
The text was updated successfully, but these errors were encountered: