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
Where this gets tricky is, if the object is above a certain size, grab a pooled array and copy the contents over.
-OR-, it might be better to pay the small price of something like CommunityToolkit.HighPerformance's ReadOnlyMemory stream adapter to avoid the copies.
see also #513 (comment)
The text was updated successfully, but these errors were encountered: