You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the use case where we're doing a DAG-based traversal of notes, we need the two following things:
The ability to retain a set of checkpoints at (configurably) 2^16 note boundaries such that they are not garbage-collected.
An operation mark_at that, given a position p, can request an iterator full of leaves over a given range of positions, and replace the bridge containing p with a pair of bridges with the leaf at position p witnessed.
In the use case where we're doing a DAG-based traversal of notes, we need the two following things:
mark_at
that, given a positionp
, can request an iterator full of leaves over a given range of positions, and replace the bridge containingp
with a pair of bridges with the leaf at positionp
witnessed.The text was updated successfully, but these errors were encountered: