anton-rs / cannon-rs

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

POC: Parallelize merkleization #19

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Bad idea, just a loose test. There could be something to making the merkle root hashing asynchronous (i.e. lazy calculation, not parallelizing sub-trees like here), but the overhead in this method is definitely not it.