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

Improve geom_pointgrid performance for very large input data sets and grids with a distance threshold #4

Open
nevrome opened this issue May 19, 2023 · 0 comments

Comments

@nevrome
Copy link
Owner

nevrome commented May 19, 2023

Performance and memory-footprint can be significantly reduced by filtering out all point-grid distances above a certain threshold. I think this threshold can not be easily determined automatically, but it could be a user-provided input to the core algorithm (with a default of NULL).

However filtering the distance table may produce a state that the algorithm can not solve any more. I don't know if it would fail then with an error or even end up in an endless loop. Adding this feature involves figuring out when to abort gracefully in case of failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant