]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: convert nested and Atom display to over.sqlite3
authorEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 20:24:51 +0000 (20:24 +0000)
committerEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 21:11:19 +0000 (21:11 +0000)
commit69db106e1eedb0468ccff85e9304667471bc042b
treecf97feb2d8c42d870c50dec52d36a29d4fb9469f
parent5a69dffc4155c8810dd8f2f3474f7a8a5c6d16a2
searchview: convert nested and Atom display to over.sqlite3

git blob retrieval dominates on these, "&x=t" (nested) is
roughly the same due to increased overhead for ->get_percent
storage balancing out the mass-loading from SQLite.

Atom "&x=A" is sped up slightly and uses less memory in the
long-lived response.
lib/PublicInbox/SearchView.pm