Skip a regex if we don't need the captured result
authorFabian Keil <fk@fabiankeil.de>
Thu, 8 Jun 2017 13:13:48 +0000 (13:13 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 8 Jun 2017 13:13:48 +0000 (13:13 +0000)
commit46aa50205e884afe85e0c5ff04f3d8351e68e1a5
tree125b89dbc62686169d356548f0c326fe6d3e231a
parentd87a402aabefda56de2dd86c0c181d60fcfe8b18
Skip a regex if we don't need the captured result

At least in theory this is more efficient but the gains
don't seem impressive enough to be clearly measurable with
real world log files.

At least it looks faster now ...
tools/privoxy-log-parser.pl