]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1439: json_encode() is very slow for large results v8.1.1439
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 12:36:26 +0000 (14:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 12:36:26 +0000 (14:36 +0200)
commitc47ed44be76a520ded90913099771999c8a79eeb
tree88923b515b01907520e70f721d6f1fffd0965589
parent815b76bff618c07226653e11f29c4d3c5640b63a
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)
src/misc2.c
src/version.c