in reply to Re: How expensive is eval { }?
in thread How expensive is eval { }?
Debian GNU/Linux i386 (32 bit, SMP):
$ perl5.8.8 foo.pl Rate ForExcept BareFor ExceptFor ForExcept 2511/s -- -34% -34% BareFor 3794/s 51% -- -1% ExceptFor 3829/s 52% 1% -- $ perl5.10.0 foo.pl Rate ForExcept BareFor ExceptFor ForExcept 2393/s -- -29% -30% BareFor 3350/s 40% -- -2% ExceptFor 3429/s 43% 2% --
That's quite different from the 2% .. 13%.
Any idea why the differences between the perl versions and platforms are that big?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How expensive is eval { }?
by GrandFather (Saint) on Apr 17, 2008 at 10:05 UTC |