0xMiden / 0xMiden/node

Improve mempool selection process

未关闭
#2,036 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。