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

Ordered indices returned from radius searches? #238

Open
AaronLK opened this issue Mar 30, 2024 · 0 comments
Open

Ordered indices returned from radius searches? #238

AaronLK opened this issue Mar 30, 2024 · 0 comments

Comments

@AaronLK
Copy link

AaronLK commented Mar 30, 2024

Hello, I'd like to pre-sort the point data I have prior to building an index, and then have the results of radiusSearch return indices in the same order. Any idea how this might be possible/doable?

The reason is because I've currently got some n^2 operations happening and would like to fix that for speed (loop is 1. radius search 2. sort results by z 3. using median z).

If the indices were returned in the same order, then I could just drop the re-sorting.

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