about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-01-25 04:45:03 +0000
committerEric Wong <e@yhbt.net>2020-01-27 02:59:09 +0000
commitf09b01e0e89dbdf0f0bd6bfae2f8545fa17657d2 (patch)
tree168ac87d3d4d0fa932dba97669f9c44bf8d957aa /lib
parent319f46708b844aeeb4bf6308dd19ee1c5066d2af (diff)
downloadpublic-inbox-f09b01e0e89dbdf0f0bd6bfae2f8545fa17657d2.tar.gz
This gives a 3-4% performance improvement in xt/perf-msgview.t
with a mirror of https://public-inbox.org/meta/
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Linkify.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Linkify.pm b/lib/PublicInbox/Linkify.pm
index af9be3ff..77b94f56 100644
--- a/lib/PublicInbox/Linkify.pm
+++ b/lib/PublicInbox/Linkify.pm
@@ -70,7 +70,7 @@ sub linkify_1 {
 
                 $_[0]->{$key} = $url;
                 $beg . 'PI-LINK-'. $key . $end;
-        ^ge;
+        ^geo;
         $_[1];
 }