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
Write the iterators as a recursive tree traversal that returns iterators.
Now that lots of stuff is wrapped in an arc, the stack usage should be minimal, so you should be able to traverse really deep trees with a small stack. Something like a few 1000 deep would seem to be a good limit.
Note: this needs precise understanding of the stack usage, including tests, to make sure we can traverse large trees.
The text was updated successfully, but these errors were encountered:
rklaehn
changed the title
Investigate doing the iterators using sync async
Investigate doing the iterators using iterator composition
Jun 4, 2021
Write the iterators as a recursive tree traversal that returns iterators.
Now that lots of stuff is wrapped in an arc, the stack usage should be minimal, so you should be able to traverse really deep trees with a small stack. Something like a few 1000 deep would seem to be a good limit.
Note: this needs precise understanding of the stack usage, including tests, to make sure we can traverse large trees.
The text was updated successfully, but these errors were encountered: