Investigate doing the iterators using iterator composition
Ouverte
- Langage dominant
- Rust
- Étoiles
- 42
- Forks
- 6
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.