Re: [PATCH v6 0/7] speed up index load through parallelization

2018-09-27 Thread Duy Nguyen
On Wed, Sep 26, 2018 at 9:54 PM Ben Peart wrote: > The high cost of parsing the index extensions is driven by the cache tree > and the untracked cache extensions. As this is currently the longest pole, > any reduction in this time will reduce the overall index load times so is > worth further inve

Re: [PATCH v6 0/7] speed up index load through parallelization

2018-09-26 Thread Junio C Hamano
Ben Peart writes: > Base Ref: master > Web-Diff: https://github.com/benpeart/git/commit/a0300882d4 > Checkout: git fetch https://github.com/benpeart/git read-index-multithread-v6 > && git checkout a0300882d4 > > > This iteration brings back the Index Entry Offset Table (IEOT) extension > which e

[PATCH v6 0/7] speed up index load through parallelization

2018-09-26 Thread Ben Peart
Base Ref: master Web-Diff: https://github.com/benpeart/git/commit/a0300882d4 Checkout: git fetch https://github.com/benpeart/git read-index-multithread-v6 && git checkout a0300882d4 This iteration brings back the Index Entry Offset Table (IEOT) extension which enables us to multi-thread the ca