anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 10 forks source link

⚡ perf: Optimize `Page` intermediate hashing #17

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Optimizes Page intermediate hashing by not requiring all invalidated pages to be merkleized when computing a subtree merkle root.