in reply to Re^4: The Deceiver
in thread Why does a Perl 5.6 regex run a lot slower on Perl 5.8?
time ~/bin/perl5.8.0 reg.pl 500 matches real 0m0.018s user 0m0.010s sys 0m0.010s time ~/bin/perl5.6.1 reg.pl 1 matches real 0m0.015s user 0m0.010s sys 0m0.000s
So at least in this case Perl 5.8.0 doesn't have a speed problem. I don't know exactly what's going on in your code though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: The Deceiver
by itub (Priest) on Aug 13, 2004 at 15:27 UTC |