]> Sergey Matveev's repositories - public-inbox.git/commit - lib/PublicInbox/WwwStream.pm
wwwstream: reduce object graph depth
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:38 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
commit52a02a813a46940530183ede4d4cc7028290cd8f
tree4ff2be17559f6cbbe9f656aaa0a83b812b2d6bea
parent9eac193c72e1380972f3589cb6b4f36b79183233
wwwstream: reduce object graph depth

Like with WwwAtomStream and MboxGz, we can bless the existing
$ctx object directly to avoid allocating a new hashref.  We'll
also switch from "->" to "::" to reduce stack utilization.
Documentation/mknews.perl
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WwwStream.pm