Re: [PATCH v2 08/11] sparse-checkout: add 'cone' mode

2019-10-07 Thread Derrick Stolee
On 10/6/2019 12:22 AM, Elijah Newren wrote: > On Thu, Sep 19, 2019 at 1:45 PM Derrick Stolee via GitGitGadget > wrote: >> >> From: Derrick Stolee >> >> The sparse-checkout feature can have quadratic performance as >> the number of patterns and number of entries in the index grow. >> If there are

Re: [PATCH v2 08/11] sparse-checkout: add 'cone' mode

2019-10-05 Thread Elijah Newren
On Thu, Sep 19, 2019 at 1:45 PM Derrick Stolee via GitGitGadget wrote: > > From: Derrick Stolee > > The sparse-checkout feature can have quadratic performance as > the number of patterns and number of entries in the index grow. > If there are 1,000 patterns and 1,000,000 entries, this time can >

[PATCH v2 08/11] sparse-checkout: add 'cone' mode

2019-09-19 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The sparse-checkout feature can have quadratic performance as the number of patterns and number of entries in the index grow. If there are 1,000 patterns and 1,000,000 entries, this time can be very significant. Create a new Boolean config option, core.sparseCheckoutCone, to