Difference between revisions of "User:Meyermagic Salome/Optimizations"

From Second Life Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 13:54, 12 June 2008

A few optimizations

  • For testing the first character in a string <lsl>(llSubStringIndex("test", "t") == 0);</lsl> is faster than <lsl>(llGetSubString("test", 0, 0) == "t");</lsl>