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

Parallelize initalization of write buffers in startRound(...) #17098

Open
Tracked by #16970
mhess-swl opened this issue Dec 18, 2024 · 0 comments
Open
Tracked by #16970

Parallelize initalization of write buffers in startRound(...) #17098

mhess-swl opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
Performance Issues related to performance concerns.
Milestone

Comments

@mhess-swl
Copy link
Member

mhess-swl commented Dec 18, 2024

We've lost ~5% of performance in BlockStreamManagerImpl#openRound. Specifically, opening the writer for each round here is expensive. We want to safely parallelize the initialization of the buffers inside the writer.

@mhess-swl mhess-swl self-assigned this Dec 18, 2024
@mhess-swl mhess-swl added the Performance Issues related to performance concerns. label Dec 18, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Services Team Dec 18, 2024
@mhess-swl mhess-swl moved this from 📋 Backlog to 👷🏼‍♀️ In Progress in Services Team Dec 18, 2024
@mhess-swl mhess-swl added this to the v0.58 milestone Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Issues related to performance concerns.
Projects
Status: 👷🏼‍♀️ In Progress
Development

No branches or pull requests

1 participant