]> Sergey Matveev's repositories - public-inbox.git/commit
view: reduce ascii_html calls and {obuf} use
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:17:11 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:40 +0000 (19:50 +0000)
commit5ca29b7f2789517f0a41f1482509f504b8b601e1
treef0142a58ed1b6e0fc834c9b2dadc70eef780b8cf
parent7e2f017fdde71d74ef29a43e9ee966daba42b2f4
view: reduce ascii_html calls and {obuf} use

We can rely on {-html_tip} for some things at the top of the
page, and reduce ascii_html and obfuscate_addrs calls by
working on the whole buffer at once.
lib/PublicInbox/View.pm
t/psgi_v2.t