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

[FR] spatial data-structures #6030

Open
lowlighter opened this issue Sep 20, 2024 · 0 comments
Open

[FR] spatial data-structures #6030

lowlighter opened this issue Sep 20, 2024 · 0 comments
Labels
data-structures feedback welcome We want community's feedback on this issue or PR suggestion a suggestion yet to be agreed

Comments

@lowlighter
Copy link
Contributor

Std provides a few data structures, but currently none of them can be used for spatial partitioning.
I've mostly used quadtrees and r-trees in the past, but there are lot more https://en.wikipedia.org/wiki/Spatial_database#Spatial_index

It'd be nice to have some of them implemented, so people can built upon to create maps, games, spatial search, etc.

@kt3k kt3k added suggestion a suggestion yet to be agreed data-structures feedback welcome We want community's feedback on this issue or PR labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-structures feedback welcome We want community's feedback on this issue or PR suggestion a suggestion yet to be agreed
Projects
None yet
Development

No branches or pull requests

2 participants