0434
want to think about the reasons
- if ran capture now, would have debugging data
- meanwhile, the tree issue is prior to capture pouint
ok can work on tree issue
0435
let's check out code from both places.
capture.py:
def append(self, last_indices_id, data, data_start, data_size):
if last_indices_id is not None:
node_leaf_count = self.leaf_count
flat_tree?
0435
0436 . i popped into the flat_tree folder. i think i'd like to use the
flat_tree approach, because flat_tree was making motion toward other
uses.
0436 celebrating this:
ubuntu@ubuntu:~/src/flat_tree $ python3 test.py && echo success
...
56, 9), (9, 56, 52, 18), (3, 108, 17, 21), (1, 125, 6, 22), (1, 131,
1, 23), (-1, 0, 2, b'u\xb6')]
success