-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Bad performance in deep nested dynamic nodes #839
Comments
Phuh, yeah I haven't given much thought to performance yet, there are probably many points that could be optimized. |
Did some work in #852, it's faster now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code below implemented a snippet to help input matrix. It insert 2 spaces when
&
is detected and insert a new row when\\
is detected.The
snip
function will insert the snippet to the table that will be returned to the loader.However, as the matrix getting larger the performance decreases dramaticly.
The gif show tht after I typed in the entire row, vim sponse very slow.
The text was updated successfully, but these errors were encountered: