]> Sergey Matveev's repositories - public-inbox.git/commit
manifest: support faster generation via [extindex "all"]
authorEric Wong <e@80x24.org>
Mon, 23 Nov 2020 07:06:01 +0000 (07:06 +0000)
committerEric Wong <e@80x24.org>
Tue, 24 Nov 2020 05:03:55 +0000 (05:03 +0000)
commitbe688d5b00bb77c6601b3ab680403ecd71ac4871
treecc77f8b9a7dd6f5a357ba47e0b913302547b7be6
parent616a08457175b442d4caeb67f9ccd9d3e69f50f5
manifest: support faster generation via [extindex "all"]

For a mirror of lore.kernel.org with >140 inboxes, this speeds
up manifest.js.gz generation from ~1s to 40ms on my HW.  This
is still unacceptable when dealing with thousands of inboxes,
but gets us closer to where we need to be.
lib/PublicInbox/Config.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/ManifestJsGz.pm
lib/PublicInbox/MiscSearch.pm