Closed kikyous closed 11 years ago
https://github.com/vim-jp/issues/issues/48#issuecomment-15354088
n = 25 Vim Language -> 1.956016 if_lua -> 0.026156 if_python -> 0.053765
if_lua was twice as fast as if_python
Thanks ujihisa.
in vim version 7.4, python interface will be improved. and now python interface is widly used . so,why not using python interface ? reason of speed or any other?
Please read in FAQ section.
Because:
I found vim crashed a lot when I'm not using it, after I installed neocomplete with if_lua enabled. And then I found there bug report: https://code.google.com/p/vim/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=267
in vim version 7.4, python interface will be improved. and now python interface is widly used . so,why not using python interface ?
reason of speed or any other?