You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: