Re: [pcre-dev] Influence of some start-up optimizations at t…

Página superior
Eliminar este mensaje
Autor: ND
Fecha:  
A: Pcre-dev
Asunto: Re: [pcre-dev] Influence of some start-up optimizations at the beginning of the pattern
On 2019-05-29 16:52, ph10 wrote:
> On Wed, 29 May 2019, ND via Pcre-dev wrote:
>> Since anybody put MARK verb at the beginning of pattern then it is
> assumed
> > that this verb is definitely needed in pattern logic.
>But maybe only for successful matches?
>> So is there any reason to apply to such patterns optimizations that can
> > discard that MARK?
> > May be automatically disabling of such optimizations is reasonable.
>The discarding happens only for "no match" results. If you areinterested
> only in matches, the optimizations are fine.
>



My fault.
Completely agree with you.