0xMiden / 0xMiden/node

Improve mempool selection process

Open
#2,036 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.