• Nick Johnson's avatar
    trie: add difference iterator (#3637) · 55527349
    Nick Johnson authored
    This PR implements a differenceIterator, which allows iterating over trie nodes
    that exist in one trie but not in another. This is a prerequisite for most GC
    strategies, in order to find obsolete nodes.
    55527349
Name
Last commit
Last update
..
dump.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
journal.go Loading commit data...
main_test.go Loading commit data...
managed_state.go Loading commit data...
managed_state_test.go Loading commit data...
state_object.go Loading commit data...
state_test.go Loading commit data...
statedb.go Loading commit data...
statedb_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...