status-im / nim-eth-verkle

Verkle tree implementation
Apache License 2.0
8 stars 3 forks source link

Create real-world test #7

Open daniellm opened 1 year ago

daniellm commented 1 year ago

Verkle trees behave different than Hexary Merkle trees in terms of performance (both CPU and RAM). We need to tune the performance to match our use cases, by choosing appropriate data structures and algorithms. For that, it would be helpful to use real-world samples of access to the Merkle tree, and translate them to access to the Verkle tree.

Todo:

namn-grg commented 1 year ago

Summary of discussion done in discord -