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 <garyrong0905@gmail.com>
  • Loading branch information
2 people authored and devopsbo3 committed Nov 10, 2023
1 parent 7feacf0 commit b5cf9ab
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 232 deletions.
Loading

0 comments on commit b5cf9ab

Please sign in to comment.