in reply to Performance penalty of using qr//
But the result was more than disappointing:
Same here, the benchmark doesn't run for me it simply dies
Also you're using qr (compile regex) the stupid way sub blah { my $re = qr...;
But you're not alone, see qr//i versus m//i
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Performance penalty of using qr// (the stupid way)
by Athanasius (Archbishop) on Dec 21, 2017 at 07:36 UTC | |
by Anonymous Monk on Dec 21, 2017 at 10:40 UTC |