I had it in my head that @params were faster than regular parameters. I guess this came from C programming where pointer args could be used as an optimization because one avoided a variable copy each call. I was just doing some transcript tests and I can't see a speed difference between a handler with regular params vs by-reference parameters. Am I a correct that @params aren't used for optimization? They only exist to entice me away from writing non-destructive functions! :-)

Alex Rice <[EMAIL PROTECTED]> | Mindlube Software | http://mindlube.com

what a waste of thumbs that are opposable
to make machines that are disposable  -Ani DiFranco

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to