04-06-2022 02:42 AM
I have a simple question:
My typedefs has been built by copy-pasting graphic objects form the main front panel.
I'm not using them for graphic purpose, but only to pass structures inside the different process
Now, the graphic side of my typedefs are a mix of "modern", "NXG" and "silver"
does this have an importance, regarding performance (loading speed, memory) even is those typedefs are never displayed?
thanks for the answer
04-06-2022 04:52 AM
@Pierre_F wrote:does this have an importance, regarding performance (loading speed, memory) even is those typedefs are never displayed?
I don't expect any significant difference.
However, as more different control types need to be loaded, the load time might increase. Again, I don't expect that to be a significant increment. Even if all controls are the same type, they need to be loaded.
04-06-2022 08:54 AM
Since front panels of VI's that's never shown are removed in the compiling optimization, i'd assume the same happens with type defs.
I assume Enums e.g. are replaced by their numeric value in compilation.
If not, the impact is very small, it'll just add a couple of kb to the compiled size (unless you have some really huge type defs with pictures in different versions or something crazy).