-
Notifications
You must be signed in to change notification settings - Fork 27
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
dsl_vertical_alignment example takes seconds to render each update #364
Comments
The biggest cost is the fact that both Pull requests are always welcome, but in their absence, patience is appreciated :-D Gav |
This masks an underlying problem- Vedeu is too slow! But work is underway to alleviate this problem, so in the meantime, make these examples as quick as can be. Work relating to #364.
Refresh time for me is between 250ms and 300ms now, still a fair way to go to reach ~16ms. |
Removing the position attribute from the Cells::Clear instances reduces work for the Output::Compressor leading to dramatic performance improvements. Work relating to #364. - Refresh time for me is between 150ms and 200ms now.
Refresh time for me is between 150ms and 200ms as of 612eb37. |
Tested with:
Vedeu 0.8.16
OSX 10.11.3
iTerm 2 (v3 Beta) and Terminal.app
This is a pretty bad performance bug, running the
dsl_vertical_alignment.rb
is horrendously slow (each refresh takes ~4 seconds), when pressing one of 'hjkl' to move around the middle square. Is there any low hanging fruit here to pluck?The text was updated successfully, but these errors were encountered: