in reply to Re: Memory use/leak with large number of (?{}) patterns in regex
in thread Memory use/leak with large number of (?{}) patterns in regex
This is why quadratic memory behaviour is being seen.
Not ideal, but can avoided if you use non-capturing braces.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Memory use/leak with large number of (?{}) patterns in regex
by jcb (Parson) on Nov 25, 2019 at 01:07 UTC | |
by dave_the_m (Monsignor) on Nov 25, 2019 at 09:15 UTC |