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: Improve grid offset calculation for large offsets #1226

Open
davidfig opened this issue Mar 27, 2024 · 0 comments
Open

Performance: Improve grid offset calculation for large offsets #1226

davidfig opened this issue Mar 27, 2024 · 0 comments

Comments

@davidfig
Copy link
Collaborator

davidfig commented Mar 27, 2024

Fix grid-offsets so they're performant at finding offsets based on screen position when >1,000,000 (right now its ~ +10ms to render solely b/c of offset calculations)

  • probably go back to adding a cache at an interval (like in original TS implementation)
@davidfig davidfig changed the title Performance improvements for large grids Performance: Improve grid offset calculation for large offsets Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant