hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.43k stars 759 forks source link

Verkle : Implementing Lazy Concatenation for Efficient Child Loading #7185

Open matkt opened 1 month ago

matkt commented 1 month ago

Description

We can avoid performing unnecessary concatenation for all children. This concatenation can be done lazily when we actually want to read the children from the database.

image