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

perf(storage): remove protobuf's copy of data on unmarshalling #9526

Merged
merged 13 commits into from
Mar 19, 2024

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 Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    d592214 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    7f11278 View commit details
    Browse the repository at this point in the history
  2. clarify comment

    BrennaEpp committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    427ad59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ca2d2f View commit details
    Browse the repository at this point in the history
  4. update comment

    BrennaEpp committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8ef71fb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    d1a9f00 View commit details
    Browse the repository at this point in the history
  2. update headrer

    BrennaEpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    85335d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f8286 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    5b2a0f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    07e6b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06366b View commit details
    Browse the repository at this point in the history