On Thu, 18 Nov 2010, Dmitry Ukolov wrote:
> --- Comment #4 from Dmitry Ukolov <udmitry@???> 2010-11-18 17:46:03 ---
> It will be useful for me. I make text convertor, customized with PCRE. It call
> millions of pcre_match(), and some patterns are very simple, i.e. ^5$ or ^D$.
I very much doubt that there will be a noticeable improvement for
patterns as simple as that. In fact, I would not be surprised to see no
improvement (or very little) for any anchored pattern.