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

RBush Swift port #171

Open
Udumft opened this issue Nov 8, 2021 · 0 comments
Open

RBush Swift port #171

Udumft opened this issue Nov 8, 2021 · 0 comments
Labels
Core feature New feature request. improvement Improvement for an existing feature. jira-sync-complete performance

Comments

@Udumft
Copy link
Contributor

Udumft commented Nov 8, 2021

For Performance purposes, we need to perform a quick search for geometries with given attributes. For example it is useful for LineString.intersections implementation. Spatial indexing would provide a performant option to do that.
We cannot rely on Apple's implementations because that won't work for non-apple platforms. So the easiest option so far is to provide swift port of existing Javascript implementation RBush.

@Udumft Udumft added improvement Improvement for an existing feature. performance feature New feature request. labels Nov 8, 2021
@1ec5 1ec5 added the Core label Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core feature New feature request. improvement Improvement for an existing feature. jira-sync-complete performance
Projects
None yet
Development

No branches or pull requests

3 participants