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

draft(storage): read optimization proof of concept #9447

Closed
wants to merge 6 commits into from

Conversation

BrennaEpp
Copy link
Contributor

@BrennaEpp BrennaEpp commented Feb 21, 2024

removes unmarshalling copy of all except first chunk off wire

vet failures due to naming conventions; can be ignored for poc

removes unmarshalling copy of all except first chunk off wire
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the Cloud Storage API. labels Feb 21, 2024
BrennaEpp and others added 5 commits February 20, 2024 21:45
This allows us to write directly into a user application stream,
removing one buffer copy.

WIP, just for testing now.
@BrennaEpp
Copy link
Contributor Author

This was merged properly in #9526

@BrennaEpp BrennaEpp closed this Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants