Improve mempool selection process
未关闭
mempool
- 主要语言
- Rust
- 星标
- 104
- 派生
- 138
- 平均合并
- 1 天 13 小时
- 30 天内合并 PR
- 56
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。