Jump to content

LVOOP object control element accessing via bundle vs property node


Recommended Posts

Thanks for the lecture :) When I've figured out how to clone myself I'll send another isntance of myself to attend some CompSci letctures and learn these things systematically ! I can see one immediate enhancement to the new NI GDS toolkit - make accessor vi's non DD by default and require the use to explicitly set them to be DD....

Link to comment

The dynamic dispatching is not expensive.

 

Should I comment, should I stay quiet...... :shifty:

 

This all depends on your definition of "expensive".  I have situations where the DD call is prohibitively expensive.  But that's most likely a discussion for a different application.

 

Long story short: In cases where you're squeezing every microsecond out of your code speed, DD can be very expensive due to the inability to inline.  For all other cases it should be fine.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.