Hello guys

Hello guys,

Has does someone measured how slow is an external function call or if it is even noticeable? I am wondering if we have some considerable performance penalty on calling external functions.

Thank you :D

Comments

  1. Call penalty is not noticeable, unless it is not a native function (i.e. you call some .Net or Java method), or it is very quick (e.g. returns a constant value immediately).

    ReplyDelete

Post a Comment