Improve mempool selection process
オープン
mempool
- 主要言語
- Rust
- スター
- 104
- フォーク
- 138
- 平均マージ
- 1日 13時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。