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

Improve the performance of the tile view #14

Open
kevingosse opened this issue Feb 8, 2024 · 0 comments
Open

Improve the performance of the tile view #14

kevingosse opened this issue Feb 8, 2024 · 0 comments

Comments

@kevingosse
Copy link
Owner

Currently, the overlay when hovering a region in the tiled view is done by creating individual instances of Rectangle. It works fine for small regions, but scales poorly when hovering a large free zone (I've seen the computation time shoot up to 150ms).
I don't think there's a magical property that can help, so the best is probably to do the rendering manually, like for the regions.

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