From: Eric Wong Date: Sun, 5 Jul 2020 23:27:38 +0000 (+0000) Subject: wwwstream: reduce object graph depth X-Git-Tag: v1.6.0~278 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=52a02a813a46940530183ede4d4cc7028290cd8f;hp=52a02a813a46940530183ede4d4cc7028290cd8f;p=public-inbox.git 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. ---