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
I'm working on a project that would require compressing huge amounts of data, and I'm trying to avoid allocating as many buffers as possible, so using Span as source and targets for reading and writing would be great to improve performance
Now that System.Memory is available, would you be willing to accept some PRs adding Span overloads to get the API closer to 0-copy?
The text was updated successfully, but these errors were encountered: