]> Sergey Matveev's repositories - public-inbox.git/commit
solver: async blob retrieval for diff extraction
authorEric Wong <e@80x24.org>
Thu, 10 Sep 2020 01:51:53 +0000 (01:51 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commitaa8df54feaae170309c0632bbb4233fd2f4464b6
treef8f2ee0fbdf5834f91138d6e687916d0a77caa44
parentc2ded5581489a14e5aba14a10954da1a28402c6a
solver: async blob retrieval for diff extraction

Like the rest of the WWW code, public-inbox-httpd now uses
git_async_cat to retrieve blobs without blocking the event loop.
This improves fairness when git blobs are on slow storage and
allows us to take better advantage of SMP systems.
lib/PublicInbox/SolverGit.pm