]> Sergey Matveev's repositories - public-inbox.git/commitdiff
feed: avoid unnecessary map loop in non-over path
authorEric Wong <e@80x24.org>
Thu, 4 Aug 2022 08:17:02 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Aug 2022 20:09:35 +0000 (20:09 +0000)
We can bless objects while doing the initial insertion to avoid
extra the extra map iteration and temporary array(s).  Fewer ops
means memory savings for the likely case of ->over users, too.


No differences found