Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Follow Cayley's pattern and shift to external iterators #33

Open
sdboyer opened this issue Aug 19, 2014 · 0 comments
Open

Follow Cayley's pattern and shift to external iterators #33

sdboyer opened this issue Aug 19, 2014 · 0 comments

Comments

@sdboyer
Copy link
Owner

sdboyer commented Aug 19, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant