good morning!!!!

Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
  • 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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
iterator.go 9.76 KiB