Allow tree-like folding (a.k.a. PCD support)
Open
circuits
common
- Dominant language
- Rust
- Stars
- 285
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation only allows to fold over the main streamline in a linear way, where there is a main running instance and new fresh incoming instances (which don't come from a folding process) are folded into the main running instance. The task of this issue is to allow to fold in a tree-shape style, where the instances being fold can come from previous folding steps.
This requires adapting the checks being done at the folding step in the diverse folding schemes implemented, part of this issue/task is thinking how to do it.
This will unlock parallel folding.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.