Skip to content

Possible performance improvement in the aggregator by retaining handlers across collect() calls? #753

Description

@jdmarshall

Based on learnings from #631 it seems like this might be an avenue worth pursuing.

However with the worker thread functionality for aggregation, it might be a bit too clever since the aggregation can already be moved entirely off of the event loop in the main thread. Only the collect() calls are negatively affecting the event loop availability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions