]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found