Jeff King <peff@xxxxxxxx> writes: > We have a list of refs that we want to compare against the > "match" array. The current code searches the match list > linearly, giving quadratic behavior over the number of refs > when you want to fetch all of them. > > Instead, we can compare the lists as we go, giving us linear > behavior. > > Signed-off-by: Jeff King <peff@xxxxxxxx> Nice. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html