in reply to Re^3: RE on lines read from in-memory scalar is very slow
in thread RE on lines read from in-memory scalar is very slow
I had forgotten about reflecting writes to the string, that would certainly nix the idea of using copy-on-write substrings.
Does the regex engine *always* make a full clone of the target? Can't that itself be a copy-on-write? Maybe only if the match target was already copy-on-write?
Maybe what I'm suggesting here is an optimization for sv_gets that kicks in when
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: RE on lines read from in-memory scalar is very slow
by tonyc (Friar) on Feb 21, 2024 at 00:01 UTC | |
by NERDVANA (Priest) on Feb 21, 2024 at 00:10 UTC |