comparison src/version.c @ 16876:cdca5f577c36 v8.1.1439

patch 8.1.1439: json_encode() is very slow for large results commit https://github.com/vim/vim/commit/c47ed44be76a520ded90913099771999c8a79eeb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 14:36:26 2019 +0200 patch 8.1.1439: json_encode() is very slow for large results Problem: Json_encode() is very slow for large results. Solution: In the growarray use a growth of at least 50%. (Ken Takata, closes #4461)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 14:45:04 +0200
parents da5f5836e90c
children 4096722cd9c1
comparison
equal deleted inserted replaced
16875:df19064e8d01 16876:cdca5f577c36
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1439,
770 /**/ 772 /**/
771 1438, 773 1438,
772 /**/ 774 /**/
773 1437, 775 1437,
774 /**/ 776 /**/