tree-buf icon indicating copy to clipboard operation
tree-buf copied to clipboard

Iterator based read API

Open That3Percent opened this issue 4 years ago • 0 comments

Add a mode to read data based on iterators, rather than requiring deserializing the full struct into memory. This is blocked on #4, since right now the entire file would have to be loaded.

That3Percent avatar May 17 '20 22:05 That3Percent