Jaxxfox, If you look closely the script is run in mono first. The second run is under standard LSL. Mono does have benefit to items involving calculation intensive processes, and LSL does tend to work better on fixed time operations. Mono is, primarily, an improvement and the compiler I prefer. Given the benefits I can't see a reason to not use mono in the most scripts i use, although that doesn't mean LSL is useless either. Simply put, scripts should use the compiler best suited to the task.
Jaxxfox, If you look closely the script is run in mono first. The second run is under standard LSL. Mono does have benefit to items involving calculation intensive processes, and LSL does tend to work better on fixed time operations. Mono is, primarily, an improvement and the compiler I prefer. Given the benefits I can't see a reason to not use mono in the most scripts i use, although that doesn't mean LSL is useless either. Simply put, scripts should use the compiler best suited to the task.
treo90user21 3 years ago
Woah... Mono is slow as hell when it does something that involves a built-in delay... 99% of my stuff runs about 5x faster in straight up LSL
jaxxfox 3 years ago