datrs / flat-tree

Map a binary tree to a vector.
Apache License 2.0
53 stars 10 forks source link

improve iterator #21

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

I skipped over implementing the offset stuff in the iterator. https://github.com/mafintosh/flat-tree/blob/master/index.js - we should reimplement that so we get access to the is_left and is_right methods, required for hypercore.

yoshuawuyts commented 6 years ago

Done in #22