Re: [PATCH 1/6] fetch: speed up lookup of want refs via commit-graph
From: Junio C Hamano <hidden> Date: 2021-08-20 17:18:34
Derrick Stolee [off-list ref] writes:
I do worry about the case where annotated tags greatly outnumber
branches, so this binary search is extra overhead and the performance
may degrade. Would it be worth checking the ref to see if it lies
within "refs/heads/" (or even _not_ in "refs/tags/") before doing
this commit-graph check?