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 sync #113

Open
dknopik opened this issue Jan 22, 2025 · 0 comments
Open

Optimize sync #113

dknopik opened this issue Jan 22, 2025 · 0 comments

Comments

@dknopik
Copy link
Member

dknopik commented Jan 22, 2025

Syncing takes a while. Here, we can collect ideas to improve performance.

  • A lot of time seems to be spent in signature verification. This step can be done in parallel, using the processor to not overwhelm the node, while the main syncer thread waits on those workers in the correct order.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant