in reply to Re^2: Simple regular expression problem
in thread Simple regular expression problem
Benchmarking is fun. However you should consider your results a little more carefully before making recomendation on them. This would definitly count as a minor optimization at best since we are talking about 32k instead of 40k per second. Which means unless you are are doing 100k's of these compares you are never going to notice the difference. Also interesting is the result of that benchmark on my machine:
1..2 Rate plain sticky plain 23682/s -- -1% sticky 23904/s 1% -- ok 1 ok 2
Oddly the difference dropped to mere 100s per second.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Simple regular expression problem
by Perl Mouse (Chaplain) on Oct 03, 2005 at 15:30 UTC | |
by eric256 (Parson) on Oct 03, 2005 at 16:31 UTC |