g...@jeffhostetler.com wrote:
> During status on a very large repo and there are many changes,
> a significant percentage of the total run time was spent
nit: s/was/is/ (see comments on v1)
> reallocing the wt_status.changes array.
[...]
> Signed-off-by: Jeff Hostetler
> ---
> string-list.c |
From: Jeff Hostetler
Use ALLOC_GROW() macro when reallocing a string_list array
rather than simply increasing it by 32. This is a performance
optimization.
During status on a very large repo and there are many changes,
a significant percentage of the total run time was spent
reallocing the wt_s
2 matches
Mail list logo