-
-
Notifications
You must be signed in to change notification settings - Fork 26
change diff update to whole buffer #116
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
Conversation
Is |
d97debb
to
5d60930
Compare
nope. just a try. diff update has bug. now back to update whole buffer if has result . |
|
diff return data like |
not sure. I remember this code will cause a format bug. local t = {}
function t.a()
end
function t.b()
end
return t |
Some limited benchmarking:
Someone may be interested to do more rigorous and automated benchmarking to find the overall balance, but at this point I think there is really no point perfing the update method. edit: not sure about mem usage tho |
@glepnir mergable yet? |
diff update has bug .back to update whole buffer