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
To optimize and reduce the number of disk accesses during the generation of proofs, it would be preferable to store the scalars of the children directly in the parents. Because for the proofs, it is necessary to have the scalars of each child, which could lead to a significant number of reads.
We must implement mechanisms to reduce the impact on the database size by not storing the scalars of NullNode, for example.
Description
To optimize and reduce the number of disk accesses during the generation of proofs, it would be preferable to store the scalars of the children directly in the parents. Because for the proofs, it is necessary to have the scalars of each child, which could lead to a significant number of reads.
We must implement mechanisms to reduce the impact on the database size by not storing the scalars of NullNode, for example.
hyperledger/besu-verkle-trie#60
The text was updated successfully, but these errors were encountered: