paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: properly determine first stage during pipeline consistency check
klkvr/fix-era-check
14 minutes ago
perf: remove redundant contains_key check in ProofSequencer::add_proof (#20459)
main
55 minutes ago
perf: remove redundant contains_key check in ProofSequencer::add_proof The while loop condition `while let Some(pending) = self.pending_proofs.remove(¤t_sequence)` already handles the exit condition when a key doesn't exist. The inner contains_key() check is redundant since remove() will return None on the next iteration anyway. This saves one BTreeMap::contains_key() lookup (O(log n)) per iteration while maintaining identical behavior. Closes #20458
fix/remove-redundant-contains-key-check-v2
1 hour ago
perf(engine): deduplicate state_provider_builder calls Avoid redundant state_provider_builder lookups during block validation by passing both the prebuilt StateProviderBox and the builder through TreeCtx. Key changes: - StateProviderBuilder::build() now consumes self, avoiding Vec clone - TreeCtx stores PrecomputedState with both provider and type-erased builder - EngineApiTreeHandler builds provider immediately and passes both to validator - Validator uses prebuilt provider for execution, builder for parallel tasks This eliminates duplicate blocks_by_hash traversals that were occurring during payload validation. Closes #20435
yk/state_provider_builder
1 hour ago
fix(hardforks): drop unnecessary field reassignment in TTD branch
zeroprooff:fix/remove-redundant
2 hours ago
fix(primitives): fix blob count in validation benchmark
dizer-ti:fix/blob-benchmark-truncate
2 hours ago
clippy
fgimenez/tx-look-stage-rocksdb
3 hours ago
refactor(storage): move RocksDB batch commits to provider.commit() level
fgimenez/tx-look-stage-rocksdb
3 hours ago
Active Branches
fix: properly determine first stage during pipeline consistency check
last run
14 minutes ago
#20460
CodSpeed Performance Gauge
0%
refactor(engine): deduplicate state_provider_builder calls
last run
1 hour ago
#20450
CodSpeed Performance Gauge
0%
fix(hardforks): drop unnecessary field reassignment in TTD branch
last run
2 hours ago
#20457
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs