commit | 7b73d7ebf71c9148c90a500116f25ec2314c7273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 26 21:26:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 26 21:26:34 2019 +0200 |
tree | 1138f7122f2bb85454e2bdef9d9edfde06e4e6d4 | |
parent | 9d5ffceb3fea247a88d4d3936e97b7f488aab6ff [diff] [blame] |
patch 8.1.1752: resizing hashtable is inefficient Problem: Resizing hashtable is inefficient. Solution: Avoid resizing when the final size is predictable.
diff --git a/src/version.c b/src/version.c index 5104f6a..25bfd16 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1752, +/**/ 1751, /**/ 1750,