talent-plan/tinykv

Clarification on the semantics of IterCF in project1

niebayes opened this issue · 2 comments

Does the IterCF method always return a new iterator on a snapshot or a existing iterator if there's one?
Only one test case of project 1 covers the usage of IterCF, so I am not able to figure out its semantics.

always return a new iterator

Thanks!