User:Meyermagic Salome/Optimizations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 14: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>