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 batcher could use more parallelization

matkt opened this issue · comments

Description

We can have more parallelization in the verkle batcher for the commitUpdate

org/hyperledger/besu/ethereum/trie/verkle/VerkleTrieBatchHasher.processBatch
takes 18%

image