12-01-2014 04:44 AM - edited 12-01-2014 04:51 AM
Hmm, just seen that i already stumbled about the issue in the past (LV 8.5 times). This is what i done back there, which is more "flat":
Norbert
EDIT: This is btw what Rolf describes in his post. At least this is what i understood from it 😉
12-01-2014 05:24 AM
@Norbert_B wrote:
Hmm, just seen that i already stumbled about the issue in the past (LV 8.5 times). This is what i done back there, which is more "flat":
Norbert
EDIT: This is btw what Rolf describes in his post. At least this is what i understood from it 😉
It's exactly what I described, except that I usually wouldn't use the Select node but rather a case structure instead. The Select node has a better visibility of both code paths while the case structure has a small runtime performance gain, but it's definitely not a gain that should be overestimated unless you call this code a few million times in a tight loop.
12-01-2014 06:17 AM
@rolfk wrote:
[...] The Select node has a better visibility of both code paths while the case structure has a small runtime performance gain, but it's definitely not a gain that should be overestimated unless you call this code a few million times in a tight loop.
True, but i wasn't aware of that back in those days 😉
Norbert