]> Sergey Matveev's repositories - public-inbox.git/commit
stream HTML views as much as possible
authorEric Wong <e@80x24.org>
Sat, 22 Aug 2015 00:06:45 +0000 (00:06 +0000)
committerEric Wong <e@80x24.org>
Sat, 22 Aug 2015 01:57:35 +0000 (01:57 +0000)
commit1704bdb4aabdbc155eb962edf51498f59b65c839
tree6f88e2d1662a99062b0ebd74d94f7bd7c0db56e6
parent62395935e7bdd8e67776ebb9018f4633e67ff081
stream HTML views as much as possible

This should allow progressive rendering on the client and reduce
memory usage on the server.  Unfortunately XML::Atom::SimpleFeed
does not yet support streaming, so we may not use it in the
future.
lib/PublicInbox/Feed.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/html_index.t