]> Sergey Matveev's repositories - public-inbox.git/commit
www_listing: switch to `print $zfh'
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:17:28 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:57 +0000 (19:50 +0000)
commit4981c5c7940ca0a7b669fd4c5b8338bdd6cee710
treee58d784a6893b57869cf61c79c54c3538e34791f
parent0befaaa7b1ed2015fb5d6bf159db7d8972015f58
www_listing: switch to `print $zfh'

Again, ->deflate (and thus ->zmore) calls are relatively
expensive compared to `print' ops using PerlIO::scalar
behind-the-scenes.  While I can likely optimize the `join' away
here, too, that will happen in a future commit.
lib/PublicInbox/WwwListing.pm