Improve mempool selection process
Đang mở
mempool
- Ngôn ngữ chính
- Rust
- Star
- 104
- Fork
- 138
- Merge trung bình
- 1 ngày 13 giờ
- Pull request đã merge (30 ngày)
- 56
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.