Improve mempool selection process
Open
mempool
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.