Code Optimisation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Formating and links)
Line 1: Line 1:
SET is 56x faster than BINARY ADDITION
==Adding elements to an [[Array|array]]==
* [[set]] is 56x faster than [[plus_a|binary addition]] (_a set [count _a,_v] vs _a = _a + [_v])


getposASL/ATL are 1.67x FASTER than regular GETPOS
==Getting position==
 
* [[getPosASL]]/[[getPosATL]] are 1.67x FASTER than regular [[getPos]]
More to come, plus formatting...

Revision as of 22:54, 30 December 2009

Adding elements to an array

Getting position