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

Commits on Feb 21, 2024

  1. draft(storage): read optimization proof of concept

    removes unmarshalling copy of all except first chunk off wire
    BrennaEpp committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    58f5314 View commit details
    Browse the repository at this point in the history
  2. go mod tidy, nits

    BrennaEpp committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    112bae1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [WIP] feat(storage): implement WriteTo in Reader

    This allows us to write directly into a user application stream,
    removing one buffer copy.
    
    WIP, just for testing now.
    tritone committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    233ad23 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e779108 View commit details
    Browse the repository at this point in the history
  2. add go work

    BrennaEpp committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dc46610 View commit details
    Browse the repository at this point in the history
  3. fix

    BrennaEpp committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    abd9956 View commit details
    Browse the repository at this point in the history