Skip to content

Consider using channels (e.g. tokio, futures, async-std) instead of SmallVec to pass messages #131

@mxgrey

Description

@mxgrey

Currently our InputStorage component uses a SmallVec to hold messages as they pass from one operation to another. This has been okay for performance, but it's possible that a channel-based approach could be superior. We should do some careful benchmarking and try out different message passing strategies to see what can achieve the best throughput.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions