I ran your benchmark program, and got +/- 3%. Try running it a few times.% perl -MO=Deparse -e '$foo=q(foo)' $foo = 'foo'; -e syntax OK % perl -MO=Deparse -e '$foo=qq(foo)' $foo = 'foo'; -e syntax OK
In reply to Re: Re: Idiomatic optimizations
by sfink
in thread Idiomatic optimizations
by Juerd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |