Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: implement own version of vim.tbl_* without validate #789

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

lukas-reineke
Copy link
Owner

Most of the vim.tbl_* functions internally validate the input. This can be very expensive for hot loops.
This implements an internal version of those functions without validation.

fix #776

Most of the vim.tbl_* functions internally validate the input. This can
be very expensive for hot loops.
This implements an internal version of those functions without
validation.

fix #776
@lukas-reineke lukas-reineke merged commit 9a1fe18 into master Dec 6, 2023
8 checks passed
@lukas-reineke lukas-reineke deleted the remove-vim-tbl-validate branch December 6, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance drop in huge files (over 1200 LOC)
1 participant