in reply to Re: Idiomatic optimizations
in thread Idiomatic optimizations
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Idiomatic optimizations
by Sifmole (Chaplain) on May 01, 2002 at 12:06 UTC | |
|
Re: Re: Re: Idiomatic optimizations
by BlueLines (Hermit) on May 01, 2002 at 03:14 UTC |