how to combine
Posted: Fri Dec 13, 2013 9:50 pm
I have two ruby instances, that share the same signal flow (and loop flow), just create different output. While one is responsible for generating randomness, second one - is responsible for filling everything (everything not excluded) with specific input value. How to combine (and optimize) them into single ruby instance? (I ask, because there are some performance issues with too many ruby instances within 1 schematic).