Actyx / Actyx/banyan

Investigate doing the iterators using iterator composition

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
42
Forks
6
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.