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
{{ message }}
This repository was archived by the owner on Feb 4, 2021. It is now read-only.
after some reflection and discussion with @barakmich, it's become clear that the best thing to do is shift to externalized iterators. in my mind, there is one essential case that the injected iterators cannot meet that is important: the ability to traverse, pause and do something else, then resume traversal from the same position. turns out that this is quite important in most general graph scenarios.
so yeah, this needs to happen. woohoo, that's gonna be a lotta code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
after some reflection and discussion with @barakmich, it's become clear that the best thing to do is shift to externalized iterators. in my mind, there is one essential case that the injected iterators cannot meet that is important: the ability to traverse, pause and do something else, then resume traversal from the same position. turns out that this is quite important in most general graph scenarios.
so yeah, this needs to happen. woohoo, that's gonna be a lotta code.
The text was updated successfully, but these errors were encountered: