ethereum-consensus icon indicating copy to clipboard operation
ethereum-consensus copied to clipboard

Implement optimizations to state transition

Open ralexstokes opened this issue 11 months ago • 0 comments

The state transition is quite slow, e.g. as evidenced by the time it takes to run the spec tests.

Some obvious low-hanging fruit:

  • [x] #348
  • [ ] #349
  • [ ] cache hash tree root computations, see https://github.com/ralexstokes/ssz-rs/issues/17

ralexstokes avatar Mar 27 '24 14:03 ralexstokes