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
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
Maybe it's not about external calls?
ReplyDeleteandy.jgknet.de - What’s wrong with virtual methods called through an interface | Andy's Blog and Tools
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