besu
besu copied to clipboard
Optimize performance of verkle implementation
trafficstars
Currently, the Verkle implementation is functional but can have better performance. Therefore, we need to modify the implementation to optimize performance. This includes making changes to besu-native and besu-verkle-trie, as well as optimizing the code in Besu.
some links :
- https://github.com/hyperledger/besu-native
- https://github.com/hyperledger/besu-verkle-trie
currently @thomas-quadratic is working on that