Jeff King writes:
> On Thu, Aug 10, 2017 at 11:58:34AM -0700, Stefan Beller wrote:
>
>> On Thu, Aug 10, 2017 at 11:47 AM, Kevin Willford
>> wrote:
>> > String formatting can be a performance issue when there are
>> > hundreds of thousands of trees.
>>
>> When changing this for the sake of perf
Am 10.08.2017 um 20:47 schrieb Kevin Willford:
> String formatting can be a performance issue when there are
> hundreds of thousands of trees.
>
> Change to stop using the strbuf_addf and just add the strings
> or characters individually.
>
> There are a limited number of modes so added a switch
On Thu, Aug 10, 2017 at 12:57 PM, Kevin Willford wrote:
> Here are some of the performance numbers from the windows repo.
> I will work on writing a perf test for this change so that we
> have a better idea on smaller repo what the impact of this change
> is on them.
>
> | w/o | w
On 8/10/2017 3:03 PM, Jeff King wrote:
On Thu, Aug 10, 2017 at 11:58:34AM -0700, Stefan Beller wrote:
On Thu, Aug 10, 2017 at 11:47 AM, Kevin Willford wrote:
String formatting can be a performance issue when there are
hundreds of thousands of trees.
When changing this for the sake of perfo
On Thu, Aug 10, 2017 at 11:58:34AM -0700, Stefan Beller wrote:
> On Thu, Aug 10, 2017 at 11:47 AM, Kevin Willford wrote:
> > String formatting can be a performance issue when there are
> > hundreds of thousands of trees.
>
> When changing this for the sake of performance, could you give
> an exa
On Thu, Aug 10, 2017 at 11:47 AM, Kevin Willford wrote:
> String formatting can be a performance issue when there are
> hundreds of thousands of trees.
When changing this for the sake of performance, could you give
an example (which kind of repository you need for this to become
a bottleneck? I p
String formatting can be a performance issue when there are
hundreds of thousands of trees.
Change to stop using the strbuf_addf and just add the strings
or characters individually.
There are a limited number of modes so added a switch for the
known ones and a default case if something comes thro
7 matches
Mail list logo