hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Home Page:https://www.hyperledger.org/projects/besu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verkle : Implementing Lazy Concatenation for Efficient Child Loading

matkt opened this issue · comments

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