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

spatial search on large data set #487

Open
alisheikholeslam opened this issue Feb 15, 2022 · 0 comments
Open

spatial search on large data set #487

alisheikholeslam opened this issue Feb 15, 2022 · 0 comments

Comments

@alisheikholeslam
Copy link

I am seeking for pythonic libraries that could be used for spatial searching with good performance using large data set. I am very eager to know if this library can satisfy my needs in terms of execution runtimes and performance.

My problem is:

I have lots of spheres and want to find corresponding spheres in a distance of each sphere as fast as it is possible because I must call this function many times during my simulation. I have written a python code using numpy and scipy in one of issues in stack overflow. But, as it is mentioned in that issue, it is not appropriate for large data set. Is there any prepared example code or any done time-consuming evaluations to investigate capability of this library on this subject? Does this library can perform this spatial searching for 100 nearest spheres on 500000 spheres less than a second or around it? How much time will be your estimation on this subject?

I would appreciate any explanation or for referring to any prepared code to evaluate runtime by this library.

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