Re: [PATCH 0/1] fetch: Cache the want OIDs for faster lookup
From: Junio C Hamano <hidden> Date: 2019-09-16 20:01:37
Masaya Suzuki [off-list ref] writes:
Debugging this, it seems most of the time is spent on iterating the want refs to
see OIDs are included there. This patch speeds up this process by using oid_set.
Now the client can send a fetch request almost immediately.