Commit 1ea84bb
committed
perf(trie): batch proof jobs at worker level
Implement worker-level batching for both storage and account proofs to
reduce redundant trie traversals when multiple proof requests queue up.
When proof requests arrive faster than workers can process them, jobs
for the same account (storage proofs) or consecutive jobs (account proofs)
are now merged into single proof computations.1 parent ba58b84 commit 1ea84bb
1 file changed
+524
-98
lines changed
0 commit comments