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.53k stars 849 forks source link

Verkle : Implementing Lazy Concatenation for Efficient Child Loading #7185

Open matkt opened 6 months ago

matkt commented 6 months 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

github-actions[bot] commented 22 hours ago

This issue is stale because it has been open for 6 months with no activity.