David Turner writes:
>> The first break is correct, but I am not sure about the "else if"
>> part. Shouldn't it be doing something similar to the logic to "keep
>> looking" that talks about "t-i", "t" and "t/a" at the end of the
>> loop?
>
> Rather than doing more complicated logic, let's just d
On Thu, 2016-01-21 at 11:51 -0800, Junio C Hamano wrote:
> David Turner writes:
>
> > On Wed, 2016-01-20 at 20:58 -0800, Junio C Hamano wrote:
> > > David Turner writes:
> > >
> > > > While unpacking trees (e.g. during git checkout), when we hit a
> > > > cache
> > > > entry that's past and out
David Turner writes:
> On Wed, 2016-01-20 at 20:58 -0800, Junio C Hamano wrote:
>> David Turner writes:
>>
>> > While unpacking trees (e.g. during git checkout), when we hit a
>> > cache
>> > entry that's past and outside our path, we cut off iteration.
>> >
>> > This provides about a 45% spee
On Wed, 2016-01-20 at 20:58 -0800, Junio C Hamano wrote:
> David Turner writes:
>
> > While unpacking trees (e.g. during git checkout), when we hit a
> > cache
> > entry that's past and outside our path, we cut off iteration.
> >
> > This provides about a 45% speedup on git checkout between mast
David Turner writes:
> While unpacking trees (e.g. during git checkout), when we hit a cache
> entry that's past and outside our path, we cut off iteration.
>
> This provides about a 45% speedup on git checkout between master and
> master^2 on Twitter's monorepo. Speedup in general will depe
While unpacking trees (e.g. during git checkout), when we hit a cache
entry that's past and outside our path, we cut off iteration.
This provides about a 45% speedup on git checkout between master and
master^2 on Twitter's monorepo. Speedup in general will depend on
repostitory structure, num
6 matches
Mail list logo