[Performance] Do not cache node outputs when node has zero or one outgoing connections #42
Labels
enhancement
New feature or request
P3
Third priority. Doesn't block a milestone, but still takes priority over other issues.
Milestone
There is no need to cache node outputs values if the node only has zero or one outputs, saving on unnecessary cloning on each node's boundary.
Would also need to adjust
ValueAdapter
trait to operate on ownedEValue
instancesThe text was updated successfully, but these errors were encountered: