Skip to content

Move to a Monitor-Update return from copying around ChannelMonitors #387

@TheBlueMatt

Description

@TheBlueMatt

We may already have an issue for this, not sure, but opening in any case.

Currently, Channels keep a copy of their ChannelMonitors and any time we need to update it we copy the full thing out and hand it upwards. This sucks for performance, most of all because that monitor doesn't even get used eventually, it just gets merged in. We should be able to have some concept of a "Update" struct which we can pass up instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions