User:Meyermagic Salome/Optimizations: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: * For testing the first character in a string <lsl>(llSubStringIndex("test", "t") == 0);</lsl> is faster than <lsl>(llGetSubString("test", 0, 0) == "t");</lsl>
(No difference)

Revision as of 22:20, 10 May 2008

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