Skip to content

Commit

Permalink
trie: refactor stacktrie (ethereum#28233)
Browse files Browse the repository at this point in the history
This change refactors stacktrie to separate the stacktrie itself from the
internal representation of nodes: a stacktrie is not a recursive structure
of stacktries, rather, a framework for representing and operating upon a set of nodes.

---------

Co-authored-by: Gary Rong <[email protected]>
  • Loading branch information
holiman and rjl493456442 authored Oct 10, 2023
1 parent 4e1e373 commit 0832679
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 232 deletions.
Loading

0 comments on commit 0832679

Please sign in to comment.