Re: [PATCH v3 0/4] read-cache: speed up index load through parallelization

2018-09-08 Thread Duy Nguyen
On Fri, Sep 7, 2018 at 7:21 PM Junio C Hamano wrote: > > Ben Peart writes: > > > On further investigation with the previous patch, I noticed that my test > > repos didn't contain the cache tree extension in their index. After doing a > > commit to ensure they existed, I realized that in some inst

Re: [PATCH v3 0/4] read-cache: speed up index load through parallelization

2018-09-07 Thread Ben Peart
On 9/7/2018 1:21 PM, Junio C Hamano wrote: Ben Peart writes: On further investigation with the previous patch, I noticed that my test repos didn't contain the cache tree extension in their index. After doing a commit to ensure they existed, I realized that in some instances, the time to loa

Re: [PATCH v3 0/4] read-cache: speed up index load through parallelization

2018-09-07 Thread Junio C Hamano
Ben Peart writes: > On further investigation with the previous patch, I noticed that my test > repos didn't contain the cache tree extension in their index. After doing a > commit to ensure they existed, I realized that in some instances, the time > to load the cache tree exceeded the time to loa

[PATCH v3 0/4] read-cache: speed up index load through parallelization

2018-09-06 Thread Ben Peart
On further investigation with the previous patch, I noticed that my test repos didn't contain the cache tree extension in their index. After doing a commit to ensure they existed, I realized that in some instances, the time to load the cache tree exceeded the time to load all the cache entries in p