06-01-2005 03:11 PM
06-01-2005 03:19 PM
06-01-2005 04:47 PM
06-01-2005 04:59 PM
06-01-2005 06:43 PM
06-01-2005 07:48 PM
@XCoop wrote:
what if any speed/memory penalty is paid by unbundling in a loop as opposed to unbundling outside the loop and wiring directly to the edge? I have a subvi which I pass a cluster containing scalars and arrays, This subvi is called many times during execution and is only read not written to. For my sanity I would prefer to unbundle in the loop if the time penalty is severe. Any advice from the experts?
@Raghunathan wrote:
Why not use local variables ? Accepted that you will be making a copy of the data, but I still feel that it is much better ( and simpler ) to just unbundle once outside the loop, load the data into local variables and read from these variables wherever there is a need.
06-01-2005 07:56 PM
06-01-2005 08:20 PM
06-02-2005 04:19 AM
06-02-2005 04:25 AM