Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmith>>>"before operating efficiency degrades"
That's a very tricky question. I've seen 16,000 node graphs that work just fine.
However, there is a thing that often causes some inefficiencies.
If you have two composites that are CLOCKED together, you should go inside the composites and connect the "InClock" and "OutClock" pins.
Imagine two composites of 10 nodes each. They are clocked together, but the InClock/OutClock options were not setup.
In that case, every node in Composite A is clocked to every node in Composite B
That's 100 clocks! As that number grows, the controller has to check more and more dependencies before it can do it's job.
If you connect the InClock and OutClock buttons inside of the composite, then you reduce it to only one clock that the controller has to check.. between the "last" node of composite A and the "first" node in composite B