LSL Script Efficiency

From Second Life Wiki
Jump to navigation Jump to search

What is Efficiency

Efficiency is how long it takes to run a script. For example, it is faster to do integer a = 3.1415926535 than integer a = PI.


Rules for posting

What to post


Things that are faster

++a is the fastest then there is a += 1 finally a++