• 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
iterator_test.go 4.31 KB