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

L1 Synchronizer optimization #488

Open
ARR552 opened this issue Aug 4, 2023 · 0 comments
Open

L1 Synchronizer optimization #488

ARR552 opened this issue Aug 4, 2023 · 0 comments
Labels

Comments

@ARR552
Copy link
Contributor

ARR552 commented Aug 4, 2023

The objective is parallelized the read of events from L1 nodes and process the information read from L1.
To achieve this change, a go routine is needed to read the events from L1. The results are going to be sent to the processAndStore using a channel. The channel must have a defined length by a configuration parameter to allow us to fine tune the value. The default value could be 50 for instance. If the channel is full the go routine should wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants