Skip to content

Improve mempool selection process #2036

@Mirko-von-Leipzig

Description

@Mirko-von-Leipzig

At the moment it re-allocates each time we perform a selection (in a loop).

We could improve this by having a SelectionCandidates which owns a mutable reference to the graph, letting us select without needing to clone or redo things.

Metadata

Metadata

Assignees

No one assigned

    Labels

    mempoolRelates to the mempool

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions