Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Span<T> support #19

Closed
AlgorithmsAreCool opened this issue May 29, 2018 · 1 comment
Closed

Span<T> support #19

AlgorithmsAreCool opened this issue May 29, 2018 · 1 comment

Comments

@AlgorithmsAreCool
Copy link
Contributor

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?

@vpenades
Copy link

vpenades commented Aug 6, 2018

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

@dscheg dscheg closed this as completed in d7a879e Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants