Hey guys

Hey guys,

I am wondering whether avoiding Length() calls for dynamic arrays is really a performance optimization or whether that call is replaced for any stub after compilation. Length() call adds any slowdown to the code or that function may get called freely? 

Thanks :D

Comments