[PATCH v2 0/9] address packed-refs speed regressions

2015-04-16 Thread Jeff King
On Sat, Apr 04, 2015 at 09:06:11PM -0400, Jeff King wrote: As I've mentioned before, I have some repositories with rather large numbers of refs. The worst one has ~13 million refs, for a 1.6GB packed-refs file. So I was saddened by this: $ time git.v2.0.0 rev-parse refs/heads/foo

Re: [PATCH v2 0/9] address packed-refs speed regressions

2015-04-16 Thread Jeff King
On Thu, Apr 16, 2015 at 04:47:34AM -0400, Jeff King wrote: Here's a re-roll incorporating feedback from the list. Thanks everybody for your comments. Last time the final number was ~8.5s, which was disappointingly slower than v2.0.0. In this iteration, my final numbers are: real