Skip to content

Hash the account trie along with storage tries in parallel #32922

@rjl493456442

Description

@rjl493456442

It has been observed that computing the account trie hash takes a few milliseconds, which is non-trivial in the context of block execution.

The idea is to parallelize account trie hashing with storage trie hashing by including all available accounts in the hashing step once their corresponding storage tries have been committed.

Note: the necessary trie nodes for account hashing are preloaded in advance, no significant I/O overhead is expected during this process.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions