]> Sergey Matveev's repositories - public-inbox.git/commit
feed: compile regexps only once
authorEric Wong <e@80x24.org>
Mon, 6 Jul 2015 21:22:22 +0000 (21:22 +0000)
committerEric Wong <e@80x24.org>
Mon, 6 Jul 2015 21:22:46 +0000 (21:22 +0000)
commit49338dea67712c0106c09d871fca7d680c32298f
tree6d7ddee63ab7a00e5700137aeeb920cf3e225722
parentba91cef345da64ecda294f8f60b70b7de73ea1ec
feed: compile regexps only once

This avoids some runtime penalties associated with recompiling
a regexp based on a constant local variable.
lib/PublicInbox/Feed.pm