]> Sergey Matveev's repositories - public-inbox.git/commit
view: reduce memory usage when displaying large threads
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:30:32 +0000 (02:30 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:31:39 +0000 (02:31 +0000)
commit3699084dd2484744e755436e38983c03275c1568
treeb9237461720ec2dfa457e4cd3babef66ee9232f6
parent279afe6a508647d3fca8e8d22ee719fd6940422c
view: reduce memory usage when displaying large threads

We want to minimize the time any large objects or strings
are referenced.  We can do threading entirely from the
mini_mime-generated messages and lazilly load full messages
when rendering the display.
lib/PublicInbox/View.pm