<p dir="ltr"></p>
<p dir="ltr">On Oct 5, 2016 8:01 AM, "Trevor Perrin" <<a href="mailto:trevp@trevp.net">trevp@trevp.net</a>> wrote:<br>
> Maybe, but if the only benefit here is that a tool that works with<br>
> text patterns can avoid scanning for "...", that's not that much of a<br>
> gain.</p>
<p dir="ltr">Scanning for ... isn't even required; it's easier than that. You load the results into a temporary. If you hit a ..., everything prior is premessage and everything after is ordinary. If you never hit a ..., everything is ordinary. So this remains quite trivial to implement even when streaming byte by byte, without having to even scan out.</p>
<p dir="ltr">In otherbwords, I agree with you.</p>