in reply to Re^4: Nonrepeating characters in an RE
in thread Nonrepeating characters in an RE
> However, the code runs about three times more slowly under 5.30 than under 5.8.
Please benchmark the older conservative inside-out version too.
I have a hunch the delay is due to security checks connected to use re 'eval'
So not embedding the code could avoid these problems.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Nonrepeating characters in an RE
by hv (Prior) on Aug 21, 2022 at 21:10 UTC | |
by LanX (Saint) on Aug 21, 2022 at 21:42 UTC | |
by hv (Prior) on Aug 22, 2022 at 01:54 UTC |