]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found