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

Preload verkle trie node during block processing #7241

Open
matkt opened this issue Jun 19, 2024 · 0 comments
Open

Preload verkle trie node during block processing #7241

matkt opened this issue Jun 19, 2024 · 0 comments

Comments

@matkt
Copy link
Contributor

matkt commented Jun 19, 2024

Description

We have submitted a Pull Request (#7206) that introduces the preloading of trie keys during block processing for Verkle tries. I believe it's also essential to consider preloading trie nodes during this process. Preloading trie nodes significantly boosted performance in the context of Patricia Merkle Trees, and it would be advantageous to implement a similar strategy for Verkle tries.

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