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
I am experimenting with quad/octo trees for a project in Golang and am looking for a quadtree implementation that uses sparse tree allocations so that it does not pre-allocate memory of unused space.
Does rquad do this?
Do you have any simple implementation?
Thanks and have a great day
The text was updated successfully, but these errors were encountered:
Hello,
I am experimenting with quad/octo trees for a project in Golang and am looking for a quadtree implementation that uses sparse tree allocations so that it does not pre-allocate memory of unused space.
Does rquad do this?
Do you have any simple implementation?
Thanks and have a great day
The text was updated successfully, but these errors were encountered: