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 commit root taking 22% of block time processing #7183

Open matkt opened 1 month ago

matkt commented 1 month ago

Description

org/hyperledger/besu/ethereum/trie/verkle/hasher/PedersenHasher.commitRoot takes 22 % of block processing time

we should check if we can optimize this step

image