]> Sergey Matveev's repositories - public-inbox.git/commit
view: cleanups and reuse for {obuf} preparation
authorEric Wong <e@80x24.org>
Mon, 29 Aug 2022 09:26:40 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Aug 2022 19:05:50 +0000 (19:05 +0000)
commit94a70f57bf1b449192c9d68637cf985b8d5cfaca
tree604e2453755d9317f1e9a58c6b723ad4869a2ed8
parent0093503cf22570012b3bafcc0130bfac1ea157bf
view: cleanups and reuse for {obuf} preparation

{obuf} will eventually go away and we'll write directly to
{zbuf}, but as an intermediate step we'll make some changes
to rely less on return values.

While we're in the area, reuse Linkify objects in more places
where possible to save some allocations.
lib/PublicInbox/View.pm
t/plack.t