Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(tree): streaming state root from proofs #10902

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

rkrasiuk
Copy link
Member

Description

TBD

@rkrasiuk rkrasiuk added C-perf A change motivated by improving speed, memory usage or disk footprint A-consensus Related to the consensus engine A-trie Related to Merkle Patricia Trie implementation labels Sep 13, 2024
@rkrasiuk rkrasiuk force-pushed the rkrasiuk/perf-streaming-state-root-from-proofs branch from 42de71c to 896890b Compare September 16, 2024 10:44
@rkrasiuk rkrasiuk force-pushed the rkrasiuk/perf-streaming-state-root-from-proofs branch from 6ae9a96 to 3cddf8a Compare September 16, 2024 13:27
Comment on lines +43 to +44
/// Histogram of state root duration
pub(crate) state_root_from_proofs_histogram: Histogram,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also add a _duration: Gauge here

@rkrasiuk rkrasiuk force-pushed the rkrasiuk/perf-streaming-state-root-from-proofs branch from 42064af to 02f41f5 Compare September 16, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-consensus Related to the consensus engine A-trie Related to Merkle Patricia Trie implementation C-perf A change motivated by improving speed, memory usage or disk footprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants