]> Sergey Matveev's repositories - public-inbox.git/commit
lei2mail: parallel augment for lock-free stores
authorEric Wong <e@80x24.org>
Sun, 21 Feb 2021 07:41:34 +0000 (07:41 +0000)
committerEric Wong <e@80x24.org>
Sun, 21 Feb 2021 08:59:33 +0000 (08:59 +0000)
commitdda6a67ce8865641edad51f83aab2eb2fc27bda8
treeb9325f65c2fa77f3a11d40cd5c463b700bca5c42
parent9dafc7333ee43a77ad18629d1e30195b4a7ea482
lei2mail: parallel augment for lock-free stores

This lets us make use of multiple cores on IMAP and Maildir
backed by SSD (or better) storage.  This benefits IMAP stores
with high network latency, but may still penalize IMAP servers
with rotational storage.
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
lib/PublicInbox/NetReader.pm