]> Sergey Matveev's repositories - public-inbox.git/commitdiff
imap: introduce and use Git->async_prefetch
authorEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 06:57:30 +0000 (06:57 +0000)
committerEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 23:46:39 +0000 (23:46 +0000)
We can keep the git process more active by sending another
request to it while fetch_run_ops() is running.  This
parallelization speeds up mutt's initial FETCH for headers by
around ~35%(!).


No differences found