Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Broadcasts should use goroutines to speed performance #75

@StabbyCutyou

Description

@StabbyCutyou

Right now we broadcast serially.

We could use goroutines to speed it up, but we could lose a lot of that gain by needing to communicate over a channel to return the results (been reading that channels are a bit of a bottleneck).

Food for thought - maybe for broadcasts 3 or more, we do a goroutine approach, but 2 we do serially? We'd have to bench it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions