-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support appending foreign buffers to pipe without copy #25848
Comments
One factor to consider is that the use case I have most of the time will not be a "foreign" buffer it will be from the same pool just a different pipe. So it should be fine in the RIO case. Also we managed to sneak in some changes to pipelines that will allow a buffer to identify it's pool in the final API reviews before lockdown. |
From #32894:
|
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
Moved from dotnet/corefxlab#2031
Foreign buffers are buffers not allocated with the Pipe MemoryPool.
Use-cases (by @Drawaes @mgravell @ReubenBond)
With the current API, these buffers are copied into buffers owned by the Pipe MemoryPool:
Challenges:
CC @davidfowl
The text was updated successfully, but these errors were encountered: