Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Reduce allocations for streamio Writer #62647

Open
@eseliger

Description

@eseliger

Protobuf marshals each message separately, creating a new buffer to store the wire data for every message it seems.

Image

It would be great to investigate if we can reuse the buffer used for the messages of one archive request, to only allocate one message of WriteBufferSize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    perfteam/sourceTickets under the purview of Source - the one Source to graph it all

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions