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

Add some kind of upper bound constant for number of labels per grid cell #1297

Open
Yomguithereal opened this issue Oct 20, 2022 · 2 comments

Comments

@Yomguithereal
Copy link
Collaborator

Yomguithereal commented Oct 20, 2022

To avoid potential time complexity issues later on, on huge graphs.

This can even be done when adding the node to the grid, not when retrieving it (and it is faster to code & more performant).

What I mean is that given some settings, some cell might end up holding an absurd amount of nodes, which defeats the purpose of even having the grid. So the max number of nodes per cells should be clamped somehow.

@stale
Copy link

stale bot commented Dec 20, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 20, 2022
@stale
Copy link

stale bot commented Jan 29, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant