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

Multi threaded sequencer architecture #228

Open
rpanic opened this issue Nov 11, 2024 · 0 comments
Open

Multi threaded sequencer architecture #228

rpanic opened this issue Nov 11, 2024 · 0 comments

Comments

@rpanic
Copy link
Member

rpanic commented Nov 11, 2024

Currently, all operations and computation we do is blocking the main thread (except for proving tasks). This includes heavy things like block and batch productions.
We should spawn separate threads for each of those tasks so that those things can 1. happen in parallel and 2. utilize a greater number of cpu cores

@rpanic rpanic moved this to In Progress in Main Board Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant