1
0
forked from aniani/vim

patch 8.1.1752: resizing hashtable is inefficient

Problem:    Resizing hashtable is inefficient.
Solution:   Avoid resizing when the final size is predictable.
This commit is contained in:
Bram Moolenaar
2019-07-26 21:26:34 +02:00
parent 9d5ffceb3f
commit 7b73d7ebf7
4 changed files with 10 additions and 5 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1752,
/**/
1751,
/**/