forked from Quadratic-Labs/besu-stateless
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
There is a potential optimization opportunity in the commitment caching process of the Verkle Trie implementation. The current approach to the computation of commitments might not be operating at its maximum efficiency.
Suggestion
The commitment calculation process should be modified so that computing commitments only occurs if a leaf under the node was modified. This enhancement could lead to more efficient handling of the Verkle Trie structure, potentially improving the system's overall performance.
Expected Benefits
- Reduced unnecessary computations.
- Improved performance of the Verkle Trie.
- Enhanced efficiency in handling trie structures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request