Avatar for the alloy-rs user
alloy-rs
trie
BlogDocsChangelog

Branches performance

Pull requests

bench: add HashBuilder benchmarks#125
last run
4 days ago
bench: add HashBuilder benchmarks Amp-Thread-ID: https://ampcode.com/threads/T-019bf64d-c82f-7682-9933-a37c563468a6 Co-authored-by: Amp <amp@ampcode.com>
4 days ago
1d26355
zerosnacks/benchmarks
CodSpeed Performance Gauge
0%
feat(hash_builder): add `full-branch-updates` feature for storing all branch nodes#124
last run
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
3 days ago
c5ce39f
fix/store-branch-node-updates
CodSpeed Performance Gauge
-13%
fix
18 hours ago
83f463f
zerosnacks/proptest-coverage
CodSpeed Performance Gauge
+2%
fix(clippy): use sort_unstable_by_key instead of sort_unstable_by#122
last run
4 days ago
fix: use sort_unstable_by_key instead of sort_unstable_by Amp-Thread-ID: https://ampcode.com/threads/T-019bf224-31e6-71d9-b81d-b8822bdc0348 Co-authored-by: Amp <amp@ampcode.com>
4 days ago
41e1f39
zerosnacks/fix-clippy
CodSpeed Performance Gauge
+7%
© 2026 CodSpeed Technology
Home Terms Privacy Docs