mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
ef1801cc7c
Packing and unpacking return values impairs performance considerably. In an attempt to avoid creating tables as much as possible we can instead pass return values between functions (which does not require knowing the number of values a function might return). This makes the code more complex, but improves benchmark numbers non-trivially. |
||
---|---|---|
.. | ||
nvim | ||
provider | ||
vim | ||
_vim9script.lua | ||
editorconfig.lua | ||
man.lua |