in reply to Re: Perl6 regex/pattern performance issues?
in thread Perl6 regex/pattern performance issues?
Named captures are really no different in that respect. The name is really representing an offset into a capture table, and no hash is ever really built, except to hold the symbol at compile time. Perl 6 also will likely escape the $& problem by using copy-on-write semantics generally.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl6 regex/pattern performance issues?
by Abigail-II (Bishop) on Sep 05, 2002 at 08:48 UTC | |
by Elian (Parson) on Sep 05, 2002 at 11:44 UTC |