You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create alternate Input<T>s, Output<T>s and OutputConnection<T>s for lazy evaluation. The current set of types support event pushing and subscription, which is an unnessessaty overhead for lazily evaluated graphs.
The implementation for these types could be declared in the type of node instance. This would allow the creation of nodes that are entirely lazily evaluated.
The text was updated successfully, but these errors were encountered:
Create alternate
Input<T>
s,Output<T>
s andOutputConnection<T>
s for lazy evaluation. The current set of types support event pushing and subscription, which is an unnessessaty overhead for lazily evaluated graphs.The implementation for these types could be declared in the type of node instance. This would allow the creation of nodes that are entirely lazily evaluated.
The text was updated successfully, but these errors were encountered: