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

Performance optimization #166

Open
Rytisgit opened this issue Mar 25, 2023 · 1 comment
Open

Performance optimization #166

Rytisgit opened this issue Mar 25, 2023 · 1 comment

Comments

@Rytisgit
Copy link
Owner

Really basic - reuse the image, and if the letter/colour is the same as previous, just don't redraw it.

Previously I thought about trying to shift everything off by one, but this should do at least 50% of that much more easily.

Of course somehow getting the pure delta and updating could be nice too, but it's too hard.

@Rytisgit
Copy link
Owner Author

remove unused images to possibly speed up dictionaries, maybe even use the 1 big image approach

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

No branches or pull requests

1 participant