Skip to content

Minimize protobuf copies #10

@jpittis

Description

@jpittis

For ease of implementation I’ve used clone liberally (e.g. DiscoveryRequest, Node, etc.)

I suspect we could mostly save these copies via immutable references and possibly weak references.

I’m not sure how much the copies cost in the first place though… Node can be an awfully large payload. Probably worth generating a flame graph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions