From eeeae20893a2595631359e719eadac9686572734 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 10 Jun 2020 07:04:22 +0000 Subject: imap: use git-cat-file asynchronously This ought to improve overall performance with multiple clients. Single client performance suffers a tiny bit due to extra syscall overhead from epoll. This also makes the existing async interface easier-to-use, since calling cat_async_begin is no longer required. --- xt/msgtime_cmp.t | 1 - 1 file changed, 1 deletion(-) (limited to 'xt/msgtime_cmp.t') diff --git a/xt/msgtime_cmp.t b/xt/msgtime_cmp.t index 95d7c64b..0ce3c042 100644 --- a/xt/msgtime_cmp.t +++ b/xt/msgtime_cmp.t @@ -59,7 +59,6 @@ sub compare { } my $fh = $git->popen(@cat); -$git->cat_async_begin; while (<$fh>) { my ($oid, $type) = split / /; next if $type ne 'blob'; -- cgit v1.2.3-24-ge0c7