Code Optimisation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Formating and links) |
||
Line 1: | Line 1: | ||
==Adding elements to an [[Array|array]]== | |||
* [[set]] is 56x faster than [[plus_a|binary addition]] (_a set [count _a,_v] vs _a = _a + [_v]) | |||
==Getting position== | |||
* [[getPosASL]]/[[getPosATL]] are 1.67x FASTER than regular [[getPos]] | |||