You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: