]> Sergey Matveev's repositories - public-inbox.git/commit
view: avoid intermediate array when streaming thread
authorEric Wong <e@80x24.org>
Thu, 4 Aug 2022 08:17:03 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Aug 2022 20:09:36 +0000 (20:09 +0000)
commitc5c508f3094ffe7ef4a52f8c471340fe8992f6bb
treef2d5a03bc120a9aacad1b29e7f1f2a6b6948bc97
parentb896b1043b81274b8b1737320c49f3fb7ce9f842
view: avoid intermediate array when streaming thread

We can rely on auto-vivification to avoid an intermediate
array for the map result.
lib/PublicInbox/View.pm