On Tue, Jun 20, 2023 at 10:22:22AM -0400, Taylor Blau wrote: > In a similar fashion as in previous commits, teach `ls-refs` to avoid > enumerating hidden references where possible. > > As before, this is linux.git with one hidden reference per commit. > > $ hyperfine -L v ,.compile 'git{v} -c protocol.version=2 ls-remote .' > Benchmark 1: git -c protocol.version=2 ls-remote . > Time (mean ± σ): 89.8 ms ± 0.6 ms [User: 84.3 ms, System: 5.7 ms] > Range (min … max): 88.8 ms … 91.3 ms 32 runs > > Benchmark 2: git.compile -c protocol.version=2 ls-remote . > Time (mean ± σ): 6.5 ms ± 0.1 ms [User: 2.4 ms, System: 4.3 ms] > Range (min … max): 6.2 ms … 8.3 ms 397 runs Very nice. I think this may have big real-world consequences for certain repositories on forges (where they may accrue a large number of hidden metadata like refs/pull). -Peff