Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimize] Process batch proposal transmissions using rayon #3149

Conversation

ljedrz
Copy link
Collaborator

@ljedrz ljedrz commented Mar 4, 2024

This PR uses rayon to process transmissions in process_batch_propose_from_peer; I've double-checked that this doesn't slow things down when the number of transmissions is small.

Signed-off-by: ljedrz <ljedrz@gmail.com>
@ljedrz ljedrz requested a review from howardwu March 4, 2024 14:41
node/bft/src/primary.rs Outdated Show resolved Hide resolved
Signed-off-by: ljedrz <ljedrz@gmail.com>
@howardwu howardwu merged commit 7fec443 into AleoHQ:mainnet-staging Mar 9, 2024
23 of 24 checks passed
@howardwu howardwu changed the title Process batch proposal transmissions using rayon [Optimize] Process batch proposal transmissions using rayon Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants