Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jh/string-list-micro-optim'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000
(22:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000
(22:07 -0700)
The string-list API used a custom reallocation strategy that was
very inefficient, instead of using the usual ALLOC_GROW() macro,
which has been fixed.
* jh/string-list-micro-optim:
string-list: use ALLOC_GROW macro when reallocing string_list
1
2
string-list.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
a2e2c04
950a234
)
diff --cc
string-list.c
Simple merge