alloy-rs
trie
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix
zerosnacks/proptest-coverage
18 hours ago
Apply suggestion from @zerosnacks
zerosnacks/proptest-coverage
18 hours ago
Update src/hash_builder/mod.rs
zerosnacks/proptest-coverage
18 hours ago
Update src/hash_builder/mod.rs
zerosnacks/proptest-coverage
18 hours ago
Apply suggestion from @zerosnacks
zerosnacks/proptest-coverage
18 hours ago
feat: add `full-branch-updates` feature flag for storing all branch nodes Makes the behavior of storing branch nodes with only leaf children opt-in via the `full-branch-updates` feature flag. This addresses feedback that the change would introduce unnecessary write I/O overhead for reth. Without this feature (default): branch nodes with only leaf children are omitted from `updated_branch_nodes` as an optimization to reduce disk writes. With this feature: all branch nodes referenced by hash are stored, which is required for complete incremental trie sync where consumers need the full set of nodes to reconstruct the trie. The feature uses compile-time `#[cfg]` checks, so there is zero runtime overhead for the default path. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019bfb37-3ca2-7078-8ab0-776518763f83
fix/store-branch-node-updates
3 days ago
feat: add `full-branch-updates` feature flag for storing all branch nodes Makes the behavior of storing branch nodes with only leaf children opt-in via the `full-branch-updates` feature flag. This addresses feedback that the change would introduce unnecessary write I/O overhead for reth. Without this feature (default): branch nodes with only leaf children are omitted from `updated_branch_nodes` as an optimization to reduce disk writes. With this feature: all branch nodes referenced by hash are stored, which is required for complete incremental trie sync where consumers need the full set of nodes to reconstruct the trie. The feature uses compile-time `#[cfg]` checks, so there is zero runtime overhead for the default path. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019bfb37-3ca2-7078-8ab0-776518763f83
fix/store-branch-node-updates
3 days ago
feat: add `full-branch-updates` feature flag for storing all branch nodes Makes the behavior of storing branch nodes with only leaf children opt-in via the `full-branch-updates` feature flag. This addresses feedback that the change would introduce unnecessary write I/O overhead for reth. Without this feature (default): branch nodes with only leaf children are omitted from `updated_branch_nodes` as an optimization to reduce disk writes. With this feature: all branch nodes referenced by hash are stored, which is required for complete incremental trie sync where consumers need the full set of nodes to reconstruct the trie. The feature uses compile-time `#[cfg]` checks, so there is zero runtime overhead for the default path. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019bfb37-3ca2-7078-8ab0-776518763f83
fix/store-branch-node-updates
3 days ago
Active Branches
test: improve HashBuilder test coverage
last run
18 hours ago
#123
CodSpeed Performance Gauge
+2%
bench: add HashBuilder benchmarks
last run
4 days ago
#125
CodSpeed Performance Gauge
0%
docs: add run instructions to bench.rs
last run
4 days ago
#121
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs